Open romesco opened 4 years ago
Quoting @omry:
Something like:
trainer: _target_: Trainer callback: _target_: hydra.utils.get_method path: my_callback
Another possibility using existing hydra methods:
_target_ : foo.Foo callback: ${get_function:my_callback}
Quoting @omry:
Something like:
Another possibility using existing hydra methods: