From 01acdd6ea786fc41157661537b9e09f483f17a4b Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:32:41 +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 72c5da2..97b9239 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,7 @@ Important VS Code notes: ## PyTorch * [Get CUDA ready!](pytorch/cuda/README.md) * [Layers](pytorch/layers/README.md) +* [How to take advantage of an optimizer for your non-Pytorch project](pytorch/optimizer_special/README.md) ## Matlab: Basics * [Basic Structure of a Computer](matlab/1/README.md)