File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,25 @@ SIATune is an open-source deep learning model hyperparameter tuning toolbox espe
16
16
- [x] [ MMSegmentation] ( https://github.com/open-mmlab/mmsegmentation )
17
17
- [ ] [ MMEditing] ( https://github.com/open-mmlab/mmediting )
18
18
19
- - ** Support state-of-the-art hyperparameter tuning algorithms**
19
+ - ** Support hyperparameter search algorithms**
20
20
21
- We provide state-of-the-art hyperparameter tuning algorithms such as below;
21
+ We provide hyperparameter search algorithms such as below;
22
22
- [x] [ Nevergrad] ( https://github.com/facebookresearch/nevergrad )
23
23
- [x] [ HyperOpt] ( https://github.com/hyperopt/hyperopt )
24
24
- [x] [ FLAML] ( https://github.com/microsoft/FLAML )
25
25
- [ ] [ Adaptive Experimentation (AX)] ( https://ax.dev/ )
26
26
- [ ] [ Scikit-optimize] ( https://github.com/scikit-optimize/scikit-optimize )
27
27
28
+ - ** Schedule multiple experiments**
29
+
30
+ Various scheduling techniques are supported to efficiently manage many experiments.
31
+ - [x] [ AsyncHyperBandScheduler] ( https://arxiv.org/abs/1810.05934 )
32
+ - [ ] [ PopulationBasedTraining] ( https://www.deepmind.com/blog/population-based-training-of-neural-networks )
33
+ - [ ] [ MedianStoppingRule] ( https://research.google.com/pubs/pub46180.html )
34
+ - [ ] [ Population Based Bandits] ( https://arxiv.org/abs/2002.02518 )
35
+ - [ ] [ HyperBandScheduler] ( https://arxiv.org/abs/1603.06560 )
36
+
37
+
28
38
- ** Distributed tuning system based on Ray**
29
39
30
40
Hyperparameter tuning with multi-GPU training or large-scale job scheduling are managed by Ray's distributed compute framework.
You can’t perform that action at this time.
0 commit comments