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

datasets.download no longer accepts the ext parameter #50

Closed
Blowoffvalve opened this issue Mar 23, 2019 · 1 comment
Closed

datasets.download no longer accepts the ext parameter #50

Blowoffvalve opened this issue Mar 23, 2019 · 1 comment

Comments

@Blowoffvalve
Copy link

In https://github.com/fastai/fastai_docs/blob/master/dev_course/dl2/01_matmul.ipynb, the ext parameter has been deprecated. I propose to instead declare path as path = datasets.url2path(datasets.Config.DEFAULT_CONFIG["data_path"]).parent/"mnist.pkl.gz" and use datasets.download_url(MNIST_URL, path) to download the data

@Blowoffvalve
Copy link
Author

Blowoffvalve commented Mar 23, 2019

This was fixed when i updated my fastai from 1.0.45 to 1.0.50.post1.

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

1 participant