Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}}

Expand Down