Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Add MNIST dataset & drop torchvision dep. from tests #986
Add MNIST dataset & drop torchvision dep. from tests #986
Changes from 40 commits
d9a6c63
72ea8a4
6dedc60
2a5d0f8
5ef53a7
6cbc638
2dbbfcf
59000f0
bffacaf
5cf4c27
423d76c
dbe211c
59c1f16
a1b78f0
999375e
d03270a
22a57bd
f1c7e52
a6d5fcf
b8e8046
4465e39
fe708a8
8ca713d
b01ee46
19dd316
65aefdc
4ebcdf7
63f4f70
0eb72e4
962e0bd
3abe8ca
e634bfc
d1c4e61
82e9a90
def3804
a8c9d33
a0b12b9
5bf5603
0ee7d30
075aca0
5d04fd4
e987455
577b471
be425e3
0ae8ac4
3204684
ec6e6b2
5d1b2c6
85c9a4a
b360d1a
dfa5f6e
aca2cb9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
next step would be also select just a subset of digits because we do not have use all 10 in testing...
so with limiting to 5 digits and keeping 2k examples, we may increase back the test's accuracy to 0.5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good idea. new pr or this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is accuracy important in tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, acc is used to verify the model is learning something
sure a new PR would be better since it would need to update some more numbers