From e273c981422cf64b110e283003339a2ad933f91f Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 31 Dec 2024 11:35:05 -0600 Subject: [PATCH] fix notices in MNIST Learning Path --- .../pytorch-digit-classification-arch-training/model-opt.md | 2 +- .../pytorch-digit-classification-arch-training/prepare-data.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/model-opt.md b/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/model-opt.md index 76703398e3..33c998290e 100644 --- a/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/model-opt.md +++ b/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/model-opt.md @@ -15,7 +15,7 @@ Start by creating a new notebook named `pytorch-digits-model-optimizations.ipynb Then define the model architecture using the code below. -{% notice Note%}} +{{% notice Note%}} You can also find the source code on [GitHub](https://github.com/dawidborycki/Arm.PyTorch.MNIST.Inference.Python). {{% /notice %}} diff --git a/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/prepare-data.md b/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/prepare-data.md index 4affa57970..3de3ec106f 100644 --- a/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/prepare-data.md +++ b/content/learning-paths/cross-platform/pytorch-digit-classification-arch-training/prepare-data.md @@ -74,7 +74,7 @@ A directory named `mnist_bitmaps` is created to store the images. A dictionary t 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. -{% notice Note %}} +{{% notice Note %}} This data is included in the [GitHub repository](https://github.com/dawidborycki/Arm.PyTorch.MNIST.Inference.git) {{% /notice %}}