"...resnet50_tensorflow.git" did not exist on "1f4747a4e6f46aa889a713519a6e8d4880bc9126"
Commit 0717988f authored by suiguoxin's avatar suiguoxin
Browse files

delete #section from cross-file links to make links work in both readthedocs and github docs

parent 3be88922
...@@ -5,15 +5,15 @@ Comparison of Hyperparameter Optimization algorithms on several problems. ...@@ -5,15 +5,15 @@ Comparison of Hyperparameter Optimization algorithms on several problems.
Hyperparameter Optimization algorithms are list below: Hyperparameter Optimization algorithms are list below:
- [Random Search](../BuiltinTuner.html#Random) - [Random Search](../BuiltinTuner.md)
- [Grid Search](../BuiltinTuner.html#GridSearch) - [Grid Search](../BuiltinTuner.md)
- [Evolution](../BuiltinTuner.html#Evolution) - [Evolution](../BuiltinTuner.md)
- [Anneal](../BuiltinTuner.html#Anneal) - [Anneal](../BuiltinTuner.md)
- [Metis](../BuiltinTuner.html#MetisTuner) - [Metis](../BuiltinTuner.md)
- [TPE](../BuiltinTuner.html#TPE) - [TPE](../BuiltinTuner.md)
- [SMAC](../BuiltinTuner.html#SMAC) - [SMAC](../BuiltinTuner.md)
- [HyperBand](../BuiltinTuner.html#Hyperband) - [HyperBand](../BuiltinTuner.md)
- [BOHB](../BuiltinTuner.html#BOHB) - [BOHB](../BuiltinTuner.md)
All algorithms run in NNI local environment. All algorithms run in NNI local environment.
......
...@@ -4,7 +4,7 @@ Currently we support local, remote and pai mode on Windows. Windows 10.1809 is w ...@@ -4,7 +4,7 @@ Currently we support local, remote and pai mode on Windows. Windows 10.1809 is w
## **Installation on Windows** ## **Installation on Windows**
please refer to [Installation](Installation.md#installation-on-windows) for more details. please refer to [Installation](Installation.md) for more details.
When these things are done, use the **config_windows.yml** configuration to start an experiment for validation. When these things are done, use the **config_windows.yml** configuration to start an experiment for validation.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment