Skip to content

Commit

Permalink
fix recovery_learning_rate
Browse files Browse the repository at this point in the history
  • Loading branch information
qfgaohao committed Jun 1, 2018
1 parent 49f0b67 commit 1a35563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prune_alexnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
help='number of batches to train')
parser.add_argument('--num_recovery_batches', default=2, type=int,
help='number of batches to train to recover the network')
parser.add_argument('--recovery_learning_rate', default=1e-4, type=int,
parser.add_argument('--recovery_learning_rate', default=1e-4, type=float,
help='learning rate to recover the network')
parser.add_argument('--recovery_batch_size', default=32, type=int,
help='Batch size for training')
Expand Down

0 comments on commit 1a35563

Please sign in to comment.