Replies: 1 comment 2 replies
-
Thanks for the suggestion @jgbos! Regarding the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the suggestion @jgbos! Regarding the
|
Beta Was this translation helpful? Give feedback.
-
I had an idea on how to improve the new experimental rerun functionality that might help solve other problems (for me, the PyTorch Lightning issues).
What if we changed the signature of
Callback
to include the task function and pickle the config and task function together? E.g.,Then have a main function in
hydra
that can execute from the pickled file:$ python -m hydra.rerun <path to pickled file>
I think this is very similar to how
submitit
works (for reference).Beta Was this translation helpful? Give feedback.
All reactions