Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More general options for subcommands #70

Open
RobertTLange opened this issue May 14, 2021 · 2 comments
Open

More general options for subcommands #70

RobertTLange opened this issue May 14, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@RobertTLange
Copy link
Collaborator

I would like to allow users to specify more details directly via the command line and not only via the config .yaml. For mle run this could for example include:

num_seeds: <num_seeds>
num_logical_cores: <num_logical_cores>
num_gpus: <num_gpus>

These (and others) should all be added to run_build_subparser:

https://github.com/RobertTLange/mle-toolbox/blob/5c6a475d1b5d01e6e4f947a3cb426489c7ed9427/mle_toolbox/toolbox.py#L52-L91

We can then simply overwrite the arguments in the config using load_yaml_config.

https://github.com/RobertTLange/mle-toolbox/blob/5c6a475d1b5d01e6e4f947a3cb426489c7ed9427/mle_toolbox/utils/core_files_load.py#L44-L56

@RobertTLange RobertTLange self-assigned this May 14, 2021
@RobertTLange RobertTLange added the enhancement New feature or request label May 14, 2021
@RobertTLange
Copy link
Collaborator Author

Add an experiment mle run-remote command that allows you to launch a job from your local machine on Slurm, GridEngine, SSH, GCloud.

@RobertTLange
Copy link
Collaborator Author

And also add --report option to automatically also create a report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant