"src/nni_manager/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "36b583b705429d39c71b01f04446404d7417da74"
Unverified Commit 754f61ca authored by Josh's avatar Josh Committed by GitHub
Browse files

Update RayTune doc link for Hyperparameter tuning (#24422)



Update outdated hyperlink hpo_train.md 

Link to RayTune search space API docs was outdated - have provided correct new link for docs.
Co-authored-by: default avatarJoshua Samuel <66880119+Joshsamuel101@users.noreply.github.com>
parent 8f2ef52f
...@@ -54,7 +54,7 @@ For optuna, see optuna [object_parameter](https://optuna.readthedocs.io/en/stabl ...@@ -54,7 +54,7 @@ For optuna, see optuna [object_parameter](https://optuna.readthedocs.io/en/stabl
... } ... }
``` ```
For raytune, see raytune [object_parameter](https://docs.ray.io/en/latest/tune/api_docs/search_space.html), it's like following: For raytune, see raytune [object_parameter](https://docs.ray.io/en/latest/tune/api/search_space.html), it's like following:
```py ```py
>>> def ray_hp_space(trial): >>> def ray_hp_space(trial):
...@@ -121,4 +121,4 @@ You could define your own compute_objective function, if not defined, the defaul ...@@ -121,4 +121,4 @@ You could define your own compute_objective function, if not defined, the defaul
``` ```
## Hyperparameter search For DDP finetune ## Hyperparameter search For DDP finetune
Currently, Hyperparameter search for DDP is enabled for optuna and sigopt. Only the rank-zero process will generate the search trial and pass the argument to other ranks. Currently, Hyperparameter search for DDP is enabled for optuna and sigopt. Only the rank-zero process will generate the search trial and pass the argument to other ranks.
\ No newline at end of file
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