From ae71a3d94532f4d9a54f97518c2ada440fdec730 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:41:34 +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 23c78a7..33803ee 100644 --- a/README.md +++ b/README.md @@ -172,6 +172,7 @@ In the case you know Matlab check here: * [Interfacing Data](pytorch/interfacing_data/README.md) * [Data augmentation](pytorch/augmentation/README.md) * [Layers](pytorch/layers/README.md) +* [Creating networks](pytorch/networks/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)