Skip to content

Commit e273c98

Browse files
author
Jason Andrews
committed
fix notices in MNIST Learning Path
1 parent 0172a65 commit e273c98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/model-opt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Start by creating a new notebook named `pytorch-digits-model-optimizations.ipynb
1515

1616
Then define the model architecture using the code below.
1717

18-
{% notice Note%}}
18+
{{% notice Note%}}
1919
You can also find the source code on [GitHub](https://github.com/dawidborycki/Arm.PyTorch.MNIST.Inference.Python).
2020
{{% /notice %}}
2121

content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/prepare-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ A directory named `mnist_bitmaps` is created to store the images. A dictionary t
7474

7575
The loop breaks once the specified number of examples per digit is saved, ensuring that exactly 20 images, two per digit, are generated and stored in the specified directory.
7676

77-
{% notice Note %}}
77+
{{% notice Note %}}
7878
This data is included in the [GitHub repository](https://github.com/dawidborycki/Arm.PyTorch.MNIST.Inference.git)
7979
{{% /notice %}}
8080

0 commit comments

Comments
 (0)