diff --git a/README.md b/README.md index b38bb47..3f951a8 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ In the case you know Matlab check here: * [Train the network](pytorch/train/README.md) * [Fisher Exact Test: Test if your performance difference is significant](scipy/scipy.stats.fisher_exact/README.md) * [Write your own layer](pytorch/own_layer/README.md) + - [Replace the automatic autograd with your own torch.autograd.Function](pytorch/replace_autograd/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) * [Unfold: How to manually calculate the indices for a sliding 2d window](pytorch/Unfold/README.md)