Skip to content
Snippets Groups Projects
Commit d30ccb5b authored by umlauf's avatar umlauf
Browse files

loss

parent bc603023
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
import matplotlib.pyplot as plt
import re
with open("output_baselines_loss.txt", "r") as f:
with open("output_loss_epoch_data.txt", "r") as f:
loss_file = f.read()
pattern = r"\((\d+\.\d+)"
......@@ -12,6 +12,6 @@ matches = re.findall(pattern, loss_file)
print(matches)
plt.plot(matches)
plt.plot()
plt.show()
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment