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
Path to config file that enables setting all optional CLI arguments instead of explicitly setting them in the CLI.
Example: turnkey model.py --config my_config.yaml
We may also want a corresponding command like turnkey --lots-of-args --save-config my_config.yaml, where all the args get saved to my_config.yaml.
Discussion
This issue is on hold until we identify a driving use case.
Also, we probably want a corresponding command like turnkey --lots-of-args --save-config my_config.json, where all the args get saved to my_config.json.
The text was updated successfully, but these errors were encountered:
Description
Path to config file that enables setting all optional CLI arguments instead of explicitly setting them in the CLI.
Example:
turnkey model.py --config my_config.yaml
We may also want a corresponding command like turnkey --lots-of-args --save-config my_config.yaml, where all the args get saved to my_config.yaml.
Discussion
This issue is on hold until we identify a driving use case.
Also, we probably want a corresponding command like
turnkey --lots-of-args --save-config my_config.json
, where all the args get saved to my_config.json.The text was updated successfully, but these errors were encountered: