https://github.com/signcl/openbayes-hypertuning-example
OpenBayes 自动调参样例
https://github.com/signcl/openbayes-hypertuning-example
Last synced: about 1 month ago
JSON representation
OpenBayes 自动调参样例
- Host: GitHub
- URL: https://github.com/signcl/openbayes-hypertuning-example
- Owner: signcl
- Created: 2020-01-10T12:01:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T07:27:39.000Z (over 3 years ago)
- Last Synced: 2024-04-14T20:16:33.965Z (about 1 year ago)
- Language: Python
- Homepage: https://openbayes.com/docs/hypertuning/
- Size: 10.7 KB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# openbayes 自动调参样例
推荐使用 PyTorch 版本的示例代码(位于 `/pytorch` 目录下)。TensorFlow 版本已不推荐使用。
```text
# 1. init gear
bayes gear init# 2. create hypertuning
bayes gear run hypertuning# 3. show result
bayes container open
```详细的信息参考 [openbayes 自动调参](https://openbayes.com/docs/hypertuning/)