Skip to content

Commit 88641f2

Browse files
committed
updated readme
moved old files to misc
1 parent f782abf commit 88641f2

8 files changed

+2231
-590
lines changed

5 - ResNet.ipynb

-588
This file was deleted.

README.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,13 @@ pip install torchvision
2525
* 2 - [LeNet](https://github.com/bentrevett/pytorch-image-classification/blob/master/2%20-%20LeNet.ipynb) [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github.com/bentrevett/pytorch-image-classification/blob/master/2%20-%20LeNet.ipynb)
2626

2727
In this tutorial we'll implement the classic [LeNet](http://yann.lecun.com/exdb/lenet/) architecture. We'll look into convolutional neural networks and how convolutional layers and subsampling layers work.
28-
28+
29+
### TODO
30+
31+
See `misc` folder for out of date implementations of the following:
32+
- AlexNet
33+
- VGG
34+
- ResNet
2935

3036
## References
3137

@@ -37,4 +43,5 @@ Here are some things I looked at while making these tutorials. Some of it may be
3743
- https://distill.pub/2016/misread-tsne/
3844
- https://towardsdatascience.com/visualising-high-dimensional-datasets-using-pca-and-t-sne-in-python-8ef87e7915b
3945
- https://github.com/activatedgeek/LeNet-5
40-
- https://github.com/ChawDoe/LeNet5-MNIST-PyTorch
46+
- https://github.com/ChawDoe/LeNet5-MNIST-PyTorch
47+
- https://github.com/kuangliu/pytorch-cifar
File renamed without changes.

misc/5 - ResNet.ipynb

+2,222
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)