Skip to content

Commit e48e634

Browse files
committed
Rename hyperparamters to hparams for consistency
1 parent bce4d43 commit e48e634

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/train.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -521,9 +521,9 @@ def get_hparams(
521521
"""
522522

523523
# Converting dictionary to namespace
524-
hyperparams = Namespace(**plac.call(get_hparams, eager=False))
524+
hparams = Namespace(**plac.call(get_hparams, eager=False))
525525
# ---------------------
526526
# RUN TRAINING
527527
# ---------------------
528528

529-
main(hyperparams)
529+
main(hparams)

0 commit comments

Comments
 (0)