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
This will allow to just call self.save_hyperparameters() in the __init__() of any Taskmodule (instead of passing all relevant parameters to super().__init__()) and config could be implemented (in analogy to PyTorchIEModel) as:
This will allow to just call
self.save_hyperparameters()
in the__init__()
of any Taskmodule (instead of passing all relevant parameters tosuper().__init__()
) and config could be implemented (in analogy to PyTorchIEModel) as:The text was updated successfully, but these errors were encountered: