Small edits (#663)

This commit is contained in:
pollfly
2023-09-04 15:40:42 +03:00
committed by GitHub
parent cd12d80e19
commit 4c88cf6393
49 changed files with 72 additions and 73 deletions

View File

@@ -10,7 +10,7 @@ The example script does the following:
* Trains a simple deep neural network on MegEngine's built-in [MNIST](https://megengine.org.cn/doc/stable/en/reference/api/megengine.data.dataset.MNIST.html)
dataset.
* Creates a TensorBoardX `SummaryWriter` object to log scalars during training.
* Creates a ClearML experiment named `megengine mnist train`, which is associated with the `examples` project.
* Creates a ClearML experiment named `megengine mnist train` in the `examples` project.
## Hyperparameters