You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to unify the parsed names? For example if I want to run a job using the run_training_job function I was not sure how to set the updater in
Hello,
I spotted some inconsistency in how you define class names and how you reference them in the parsing.
For example in
Renate/src/renate/cli/parsing_functions.py
Line 900 in 75715d0
you are using "Offline-ER" with a dash whereas the class name is camel case in
Renate/src/renate/updaters/experimental/offline_er.py
Line 19 in 75715d0
Would it be possible to unify the parsed names? For example if I want to run a job using the
run_training_job
function I was not sure how to set the updater inRenate/examples/train_mlp_locally/start_training_without_hpo.py
Line 43 in 75715d0
Thanks and great library!
The text was updated successfully, but these errors were encountered: