diff --git a/README.md b/README.md index 699bbb7..359bd94 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Important VS Code notes: ## PyTorch * [Get CUDA ready!](pytorch/cuda/README.md) +* [Data augmentation](pytorch/augmentation/README.md) * [Layers](pytorch/layers/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)