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
which is confusing because you need to ensure that there are no args that have the same name across all subgroups and the main config...
For instance suppose this config handled the creation of two models (again of type model_a or model_b). How would you be able to distinguish which model you were setting the momentum for?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is there any reason you don't have subgroup options follow the '.' notation? e.g.
should be run with
rather than how it works now
which is confusing because you need to ensure that there are no args that have the same name across all subgroups and the main config...
For instance suppose this config handled the creation of two models (again of type
model_a
ormodel_b
). How would you be able to distinguish which model you were setting themomentum
for?Beta Was this translation helpful? Give feedback.
All reactions