"docs/source/Tutorial/InstallCustomizedAlgos.rst" did not exist on "fce6ab4d4190238b3aebe19898e2e7f98b4ad3c4"
Commit fc6f124d authored by Chi Song's avatar Chi Song Committed by xuehui
Browse files

Fix typo (#708)

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* Update Crowdin configuration file

* fix incorrect text

* remove unused file
parent af011588
...@@ -47,7 +47,7 @@ The code for CNN training of each hyperparameters set, paying particular attenti ...@@ -47,7 +47,7 @@ The code for CNN training of each hyperparameters set, paying particular attenti
* Use `nni.get_next_parameter()` to get next training hyperparameter set. * Use `nni.get_next_parameter()` to get next training hyperparameter set.
* Use `nni.report_intermediate_result(acc)` to report the intermedian result after finish each epoch. * Use `nni.report_intermediate_result(acc)` to report the intermedian result after finish each epoch.
* Use `nni.report_intermediate_result(acc)` to report the final result before the trial end. * Use `nni.report_final_result(acc)` to report the final result before the trial end.
*Implemented code directory: [main.py][9]* *Implemented code directory: [main.py][9]*
......
...@@ -47,7 +47,7 @@ python3 -m pip install torchvision ...@@ -47,7 +47,7 @@ python3 -m pip install torchvision
* 使用 `nni.get_next_parameter()` 来获取下一组训练的超参组合。 * 使用 `nni.get_next_parameter()` 来获取下一组训练的超参组合。
* 使用 `nni.report_intermediate_result(acc)` 在每个 epoch 结束时返回中间结果。 * 使用 `nni.report_intermediate_result(acc)` 在每个 epoch 结束时返回中间结果。
* 使用 `nni.report_intermediate_result(acc)` 在每个 Trial 结束时返回最终结果。 * 使用 `nni.report_final_result(acc)` 在每个 Trial 结束时返回最终结果。
*实现代码:[main.py](https://github.com/Microsoft/nni/blob/master/examples/trials/cifar10_pytorch/main.py)* *实现代码:[main.py](https://github.com/Microsoft/nni/blob/master/examples/trials/cifar10_pytorch/main.py)*
......
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