Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_dataset with train=True in cnn-densenet121-mnist.ipynb #25

Closed
ypwhs opened this issue Sep 1, 2019 · 2 comments
Closed

test_dataset with train=True in cnn-densenet121-mnist.ipynb #25

ypwhs opened this issue Sep 1, 2019 · 2 comments

Comments

@ypwhs
Copy link

ypwhs commented Sep 1, 2019

test_dataset = datasets.MNIST(root='data', 
                              train=True, 
                              transform=transforms.ToTensor(),
                              download=True)

Validation ACC: 98.50%
Test ACC: 99.91%

https://github.com/rasbt/deeplearning-models/blob/master/pytorch_ipynb/cnn/cnn-densenet121-mnist.ipynb

@rasbt
Copy link
Owner

rasbt commented Sep 1, 2019

thanks, will rerun this.

@rasbt
Copy link
Owner

rasbt commented Sep 1, 2019

should be fixed now.

@rasbt rasbt closed this as completed Sep 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants