Skip to content

Commit

Permalink
Update net_generator.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Yihui He 何宜晖 authored May 27, 2017
1 parent abb8d26 commit 1321ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class Machine:
self.p.stepvalue.extend([32000, 48000])
self.p.gamma = 0.1
self.p.momentum = 0.9
self.p.weight_decay = 0.0005
self.p.weight_decay = 0.0001

self.p.display = 100
self.p.max_iter = 64000
Expand Down

0 comments on commit 1321ef7

Please sign in to comment.