Skip to content
Snippets Groups Projects
Commit bde1337e authored by Wenzel, Tizian's avatar Wenzel, Tizian
Browse files

Fixed a typo.

parent 41387513
Branches
Tags
No related merge requests found
...@@ -33,7 +33,7 @@ fig = plt.figure(2) ...@@ -33,7 +33,7 @@ fig = plt.figure(2)
fig.clf() fig.clf()
plt.plot(model_1L.train_hist['f']) plt.plot(model_1L.train_hist['f'])
plt.plot(model_2L.train_hist['f']) plt.plot(model_2L.train_hist['f'])
plt.legend(['1L, f max', '2L, p max']) plt.legend(['1L, f max', '2L, f max'])
plt.xlabel('training iteration') plt.xlabel('training iteration')
plt.xscale('log') plt.xscale('log')
plt.yscale('log') plt.yscale('log')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment