Skip to content

Commit

Permalink
Fix default options.
Browse files Browse the repository at this point in the history
  • Loading branch information
veichta authored Oct 11, 2023
1 parent ed58ab7 commit ea56b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gluefactory/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"exp_div_10": 0,
"on_epoch": False,
"factor": 1.0,
"options": None, # add lr_scheduler arguments here
"options": {}, # add lr_scheduler arguments here
},
"lr_scaling": [(100, ["dampingnet.const"])],
"eval_every_iter": 1000, # interval for evaluation on the validation set
Expand Down

0 comments on commit ea56b73

Please sign in to comment.