Skip to content

Commit

Permalink
fpnet62_wd_1e-4_sgd
Browse files Browse the repository at this point in the history
  • Loading branch information
Junhong Xu committed Jun 7, 2017
1 parent 5a49c2a commit 728fb68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion trainers/train_pynet.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def lr_schedule(epoch, optimizer):
elif 10 <= epoch <= 20:
lr = 5e-2
elif 25 < epoch <= 45:
lr = 1e-3
lr = 5e-3
else:
lr = 1e-4

Expand Down
2 changes: 2 additions & 0 deletions util.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,5 @@ def save_plot(self):
plt.plot(np.arange(len(f2_scores)), f2_scores)
plt.savefig('../log/%s_fcscore.jpg' % self.name)

plt.close('all')

0 comments on commit 728fb68

Please sign in to comment.