This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
Replies: 1 comment 2 replies
-
You want to manage trialConcurrency outside NNI? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our actual use, we need to use cluster management software such as slurm to apply for computing resources. The resources that one job can apply for are limited.
I wonder if nni supports to run multiple jobs to solve an experiment. For example, if I run
nnictl create --config nni/examples/trials/mnist-pytorch/config.yml
, can I start another job and run the experiment I just created to improve trialConcurrency?Beta Was this translation helpful? Give feedback.
All reactions