Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mnist/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torchvision==0.20.0
torchvision==0.21.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these examples should work on the latest torch and torchvision packages unless they deliberately test the deprecated API and soon will be dropped. As such we need to drop version pin entirely instead. That was done in the recently merged #1334 for this example. I suggest to close this PR. Otherwise, please, join discussion in issue #1329.