Skip to content

Commit

Permalink
Merge pull request #3 from wjbianjason/patch-3
Browse files Browse the repository at this point in the history
update param
  • Loading branch information
zhougr1993 authored Aug 30, 2017
2 parents baeafd3 + ac3bad4 commit b820cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocket_bottom.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
parser.add_argument('--epochs', default=200, type=int, metavar='N',
help='number of total epochs to run')
parser.add_argument('--weightDecay', default=0.0005, type=float)
parser.add_argument('--epoch_step', default='[60,120,160]', type=str,
parser.add_argument('--epoch_step', default='[70,130,190]', type=str,
help='json list with epochs to drop lr on')
parser.add_argument('--lr_decay_ratio', default=0.2, type=float)
parser.add_argument('--resume', default='', type=str)
Expand Down

0 comments on commit b820cc4

Please sign in to comment.