mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix broken links (#55)
This commit is contained in:
@@ -6,7 +6,7 @@ The [pytorch_tensorboardX.py](https://github.com/allegroai/clearml/blob/master/e
|
||||
example demonstrates the integration of **ClearML** into code that uses PyTorch and TensorBoardX.
|
||||
|
||||
The script does the following:
|
||||
1. Trains a simple deep neural network on the PyTorch built-in [MNIST](https://pytorch.org/docs/stable/torchvision/datasets.html#mnist) dataset.
|
||||
1. Trains a simple deep neural network on the PyTorch built-in [MNIST](https://pytorch.org/vision/stable/datasets.html#mnist) dataset.
|
||||
1. Creates a TensorBoardX `SummaryWriter` object to log:
|
||||
* Scalars during training
|
||||
* Scalars and debug samples during testing
|
||||
|
||||
Reference in New Issue
Block a user