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
What is the latest version of Python and what versions of packages were you using then you worked on this model?
Could you add a requirements.txt file?
requirements.txt
The text was updated successfully, but these errors were encountered:
I'm guessing Python 3.9 and:
torch==1.7.1 scipy==1.5.4
Can be a good starting point...
Sorry, something went wrong.
I use python>=3.7 torch==1.12 and scipy==1.7.3 worked well. If requirements.txt is necessary, i will add it or you can PR :)
No branches or pull requests
What is the latest version of Python and what versions of packages were you using then you worked on this model?
Could you add a
requirements.txt
file?The text was updated successfully, but these errors were encountered: