We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It is convenient to download directly from Google Drive.
Fortunately, a library is helping to do that: https://pypi.org/project/gdown/
url = 'https://drive.google.com/file/d/1-DUsVYgY-oMTcNhM3-znP_nlu8yFtQBr/view?usp=sharing' output = 'model.pkl' gdown.download(url, output, quiet=False, fuzzy=True)
This could be nice to be able to load directly the model (maybe inferring what type of pickle it is)?
The text was updated successfully, but these errors were encountered:
It is convenient to download directly from Google Drive. Fortunately, a library is helping to do that: https://pypi.org/project/gdown/ url = 'https://drive.google.com/file/d/1-DUsVYgY-oMTcNhM3-znP_nlu8yFtQBr/view?usp=sharing' output = 'model.pkl' gdown.download(url, output, quiet=False, fuzzy=True) This could be nice to be able to load directly the model (maybe inferring what type of pickle it is)?
These lines of code are simple and explanatory enough, shall we reconsider putting this into unpackai?
Sorry, something went wrong.
No branches or pull requests
It is convenient to download directly from Google Drive.
Fortunately, a library is helping to do that: https://pypi.org/project/gdown/
This could be nice to be able to load directly the model (maybe inferring what type of pickle it is)?
The text was updated successfully, but these errors were encountered: