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
Initializes a new NEPS project, creating the necessary directories and yaml configuration files.
To prevent accidentally overwriting an existing project, the command should check if the target directory already exists and prompt the user for confirmation before proceeding.
Optionally, you could add template options or interactive questions to customize the initialization process.
neps info --config <config_id>
Find out about the status of an individual configuration that is in NePS file-state.
Usage: neps [COMMAND] [OPTIONS] Available Commands: ------------------- neps init --path </path/to/project> --template <template_name> --interactive Initializes a new NEPS project, creating the necessary directories and YAML configuration files. To prevent accidentally overwriting an existing project, the command checks if the target directory already exists and prompts the user for confirmation before proceeding. Optionally, you can add template options or interactive questions to customize the initialization process. Example: ```bash neps init --path /my_project --interactive ``` neps run --config <path_to_run_args> Starts NEPS with an optional argument for the configuration file path if the user has not used the init command, which sets the default path. Example: ```bash neps run --config /path/to/config.yaml ``` neps status Find out about the status of what the file-state is like. Example: ```bash neps status ```
neps sample --config <path_to_yaml>
add a specific config that you want to be evaluated next
neps monitor --path <path/to/root_directory>
could embed tensorboard --logdir path/to/root_directory
implement custom monitoring features, such as plotting the trajectory of incumbents like neps.plot
provided an overview of the covered search areas
neps summary
Calls post-summary if not already done
neps add_evaluations <int>
Adds a specified number of evaluations to the running NEPS job.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Template:
Problem: Overlap with neps.status
neps helpBeta Was this translation helpful? Give feedback.
All reactions