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
neps help: Displays available arguments and their descriptions to guide users.
neps init: E.g. automatically creates a 'run_args' YAML configuration file, pre-filled with keys (defaults provided where applicable) and leaves required fields empty for user input. This simplifies the initial setup by eliminating the need for users to manually create the YAML structure.
neps run neps_config.yaml: Enables executing neps.run() directly via a command line, streamlining the process of running configurations.
The text was updated successfully, but these errors were encountered:
Ideally, follows after #65.
Possible usage:
neps help
: Displays available arguments and their descriptions to guide users.neps init
: E.g. automatically creates a 'run_args' YAML configuration file, pre-filled with keys (defaults provided where applicable) and leaves required fields empty for user input. This simplifies the initial setup by eliminating the need for users to manually create the YAML structure.neps run neps_config.yaml
: Enables executing neps.run() directly via a command line, streamlining the process of running configurations.The text was updated successfully, but these errors were encountered: