File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -28,11 +28,12 @@ SIATune is an open-source deep learning model hyperparameter tuning toolbox espe
28
28
- ** Schedule multiple experiments**
29
29
30
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 )
31
+ - [x] [ Asynchronous HyperBand] ( https://arxiv.org/abs/1810.05934 )
32
+ - [x] [ HyperBand] ( https://arxiv.org/abs/1603.06560 )
33
+ - [ ] [ Median Stopping Rule] ( https://research.google.com/pubs/pub46180.html )
34
+ - [ ] [ Population Based Training] ( https://www.deepmind.com/blog/population-based-training-of-neural-networks )
34
35
- [ ] [ Population Based Bandits] ( https://arxiv.org/abs/2002.02518 )
35
- - [ ] [ HyperBandScheduler ] ( https://arxiv.org/abs/1603.06560 )
36
+ - [x ] [ Bayesian Optimization and HyperBand ] ( https://arxiv.org/abs/1807.01774 )
36
37
37
38
38
39
- ** Distributed tuning system based on Ray**
You can’t perform that action at this time.
0 commit comments