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

Replace wget with requests for windows compatibility #77

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cjpeterson
Copy link

The file download utility has been changed from a linux utility to a python library. It downloads at a good speed without too much RAM or CPU usage. It requires a new import, unfortunately, but it is a common one.

This is tested to be working on my local Windows 10 machine and a Google Colab instance.

Fixes #47
Partial for #76

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

Successfully merging this pull request may close these issues.

FileNotFoundError, seems to be that the model cannot download
1 participant