From 10ce6f22c34fef6029b95c2dc41b836f514fd85a Mon Sep 17 00:00:00 2001 From: bushuhui Date: Tue, 24 Nov 2020 08:42:13 +0800 Subject: [PATCH] Add conv illustration animation --- 6_pytorch/2_CNN/README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 6_pytorch/2_CNN/README.md diff --git a/6_pytorch/2_CNN/README.md b/6_pytorch/2_CNN/README.md new file mode 100644 index 0000000..bdbaa0f --- /dev/null +++ b/6_pytorch/2_CNN/README.md @@ -0,0 +1,4 @@ +## References + +* [一文搞懂CNN中的卷积和反卷积](https://www.toutiao.com/i6642655643314422275/) +* [卷积可视化github](https://github.com/vdumoulin/conv_arithmetic) \ No newline at end of file