Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-22 14:40:46 +01:00 committed by GitHub
parent 732d474a9c
commit 8e934bfd0b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -123,6 +123,7 @@ In the case you know Matlab check here:
## PyTorch
* [Get CUDA ready!](pytorch/cuda/README.md)
* [Interfacing Data](pytorch/interfacing_data/README.md)
* [Data augmentation](pytorch/augmentation/README.md)
* [Layers](pytorch/layers/README.md)
* [Converting the original MNIST files into numpy](pytorch/MNIST/README.md)