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

it only ran 8 combinations each time, and then no code was running. But nni didn’t stop #5748

Open
CCJing14 opened this issue Feb 26, 2024 · 0 comments

Comments

@CCJing14
Copy link

Describe the issue:
I ran it with the settings below, but it only ran 8 combinations each time, and then no code was running. But nni didn’t stop

Environment:

  • NNI version: 3.0
  • Training service (local|remote|pai|aml|etc): remote
  • Client OS: mac
  • Server OS (for remote mode only): linux
  • Python version: 3.8
  • PyTorch/TensorFlow version: 1.13
  • Is conda/virtualenv/venv used?: conda

Configuration:

  • Experiment config (remember to remove secrets!):
    experimentName: sgd
    searchSpaceFile: search_space.json
    trialGpuNumber: 1
    trialConcurrency: 8
    max_trial_number: 10000
    tuner:
    name: TPE
    classArgs:
    optimize_mode: maximize
    trainingService:
    platform: local
    useActiveGpu: True

  • Search space:
    {
    "lr": {"_type": "uniform", "_value": [0.0001, 1.0]},
    "batch_size":{"_type":"choice","_value": [8, 16, 32, 64, 128]}
    }

How to reproduce it?:Why and How to deal with it?

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

No branches or pull requests

1 participant