From af28ebcc71907256500e8726be7dd8bb3006e955 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:23:13 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d268a3a..23d2481 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ In the case you know Matlab check here: * [Get CUDA ready!](pytorch/cuda/README.md) * [Data augmentation](pytorch/augmentation/README.md) * [Layers](pytorch/layers/README.md) +* [Converting the original MNIST files into numpy](pytorch/MNIST/README.md) * [How to take advantage of an optimizer for your non-Pytorch project](pytorch/optimizer_special/README.md) * [How to take advantage of a learning rate scheduler for your non-Pytorch project](pytorch/scheduler_special/README.md)