We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9278ed commit f7cd3c9Copy full SHA for f7cd3c9
train.py
@@ -25,7 +25,7 @@
25
TRAINING_PARAMS = {
26
"mnasnet0_5": {
27
"num_epochs": 350,
28
- "base_lr": 1.0,
+ "base_lr": 2.0,
29
"momentum": 0.9,
30
"weight_decay": 0,
31
"batch_size": 1000,
0 commit comments