-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Bug] digits_dann_lightn
example command from readme returns an error as it tries to download data from a server.
#148
Comments
Is there a more reliable source for this data, I wonder? |
Even if there are, the MNIST is using pytorch's API and changes in pytorch are needed to fix the issue, unless we reimplement the MNIST API. There are four digits datasets. My suggestion is to avoid MNIST if it is not stable and use the other three (change the config). PyKale has APIs for UPSP and MNISTM, i.e. we can modify so you could use these two. SVHN is also stable. We can talk about this today. Thanks. |
Sure I note both the examples in the readme have this:
Maybe I can help change. |
Will fix by changing data sources in examples - other are available. |
🐛 Bug
digits_dann_lightn
example command from readme returns an error as it tries to download data from a server.To reproduce
** Stack trace/error message **
Expected Behaviour
Code should run without error.
Environment
The text was updated successfully, but these errors were encountered: