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

requirements.txt please #29

Open
zhichucode opened this issue Oct 6, 2022 · 2 comments
Open

requirements.txt please #29

zhichucode opened this issue Oct 6, 2022 · 2 comments

Comments

@zhichucode
Copy link

Please share the requirements.txt file please

@zhichucode
Copy link
Author

zhichucode commented Oct 6, 2022

torch==1.0.0
torchvision==0.2.1
tensorflow==1.3.0
scipy==1.5.4
sklearn
matplotlib==2.2.5
pyparsing==2.4.7
scikit-image
numpy==1.16.4
tqdm

#https://discuss.pytorch.org/t/nvidia-a100-gpu-runtimeerror-cudnn-error-cudnn-status-mapping-error/121648/3
# pip3 install torch==1.8.1+cu111 torchvision==0.9.1+cu111 torchaudio==0.8.1 -f https://download.pytorch.org/whl/torch_stable.html

@jmtc7
Copy link

jmtc7 commented Nov 7, 2023

The code uses scipy.misc.toimage(), which was deprecated in SciPy 1.0.0 and removed in 1.3.0 (as discussed here). I'm using SciPy 1.2.3 instead, which is the last predecessor of 1.3.0 (see SciPy releases for reference).

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

2 participants