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
Added Hydra support as an option in ArgParse UI (#302)
* Introducing Hydra in Code-generator
* Made some bug fixes and CI changes
* Add changes to colab functions for Hydra
* fix bug in colab.js
* fix bugs in utils.py
* Removed unnecessay code in setup_config for hydra
* changed colab function behaviour when argparser = hydra
* fixed colab output
* changed the argparser due to undefined output
* final change, removing debug output
* Fix bugs for Hydra output-dir and overiding the config files
Note: We use Python-Fire as the default argument parser here. For more information refer the [docs](https://github.com/google/python-fire/blob/master/docs/guide.md)
195
223
224
+
#::: } else if ((it.argparser == 'hydra')) { :::#
225
+
226
+
Note: We use Hydra with [OmegaConfig](https://omegaconf.readthedocs.io/en/2.3_branch/) as the default argument parser here. For more information check the [Hydra docs](https://hydra.cc)
0 commit comments