Skip to content

Commit ed8475a

Browse files
authored
update readme links
1 parent 2efab6f commit ed8475a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Generates images the size of the MNIST dataset (28x28), using an architecture ba
1616

1717
For comparison with a less complicated architecture, I've also included a pre-trained non-convolutional GAN in the [mnist_mlp](mnist_mlp) folder, based on code from [this repo](https://github.com/BeierZhu/GAN-MNIST-Pytorch/blob/master/main.py) (trained for 300 epochs).
1818

19-
I've also included a pre-trained LeNet classifier which achieves 99% test accuracy in the [classifiers/mnist](classifers/mnist) folder, based on [this repo](https://github.com/activatedgeek/LeNet-5).
19+
I've also included a pre-trained LeNet classifier which achieves 99% test accuracy in the [classifiers/mnist](https://github.com/csinva/pytorch_gan_pretrained/tree/master/classifiers/mnist) folder, based on [this repo](https://github.com/activatedgeek/LeNet-5).
2020

2121
### cifar10
2222

@@ -26,7 +26,7 @@ The cifar10 gan is from the [pytorch examples repo](https://github.com/pytorch/e
2626
| ------------------------------------------------------------ | ------------------------------------------------------ |
2727
| ![fake_images-300](cifar10_dcgan/samples/fake_samples_epoch_199.png) | ![real_images](cifar10_dcgan/samples/real_samples.png) |
2828

29-
I've also linked to a pre-trained cifar classifier in the [classifiers/cifar](classifers/cifar) folder from [this repo](https://github.com/aaron-xichen/pytorch-playground/tree/master/cifar).
29+
I've also linked to a pre-trained cifar classifier in the [classifiers/cifar](https://github.com/csinva/pytorch_gan_pretrained/tree/master/classifiers/cifar) folder from [this repo](https://github.com/aaron-xichen/pytorch-playground/tree/master/cifar).
3030

3131

3232

0 commit comments

Comments
 (0)