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
I have been trying to use Hydra for config management (more flexible command line interface) and therefore create step graphs and register runs & workspaces programmatically as follows:
I execute this script with the usual python -m filename
Two questions:
Is this the right way to do tango runs when NOT using tango's jsonnet configs or is there a better way?
When I run experiments like this, I do not get the nicely color-coded and formatted terminal output that I get with tango run config.jsonnet. Is there a way to achieve that in this particular setup?
The text was updated successfully, but these errors were encountered:
I have been trying to use Hydra for config management (more flexible command line interface) and therefore create step graphs and register runs & workspaces programmatically as follows:
I execute this script with the usual
python -m filename
Two questions:
tango run config.jsonnet
. Is there a way to achieve that in this particular setup?The text was updated successfully, but these errors were encountered: