Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 489 Bytes

BatchTuner.md

File metadata and controls

8 lines (5 loc) · 489 Bytes

Batch Tuner on NNI

Batch Tuner

Batch tuner allows users to simply provide several configurations (i.e., choices of hyper-parameters) for their trial code. After finishing all the configurations, the experiment is done. Batch tuner only supports the type choice in search space spec.

Suggested scenario: If the configurations you want to try have been decided, you can list them in SearchSpace file (using choice) and run them using batch tuner.