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
Currently, choosing a loss in model_choice.py calls an init_.py that makes use of a series of disorganized if-else statements.
Choosing a model can be much more straight forward by using config files for each relevant loss and pointing to the model class directly in this config file. See hydra's documentation on Class instantiation.
The text was updated successfully, but these errors were encountered:
See similar issue #246
Currently, choosing a loss in model_choice.py calls an init_.py that makes use of a series of disorganized if-else statements.
Choosing a model can be much more straight forward by using config files for each relevant loss and pointing to the model class directly in this config file. See hydra's documentation on Class instantiation.
The text was updated successfully, but these errors were encountered: