TachibanaYoshino / AnimeGANv2

[Open Source]. The improved version of AnimeGAN. Landscape photos/videos to anime
5.06k stars 709 forks source link

Requirement file #62

Open arsalan993 opened 1 year ago

arsalan993 commented 1 year ago

Can you please add the requirements.txt file along with correct version

arsalan993 commented 1 year ago

astor==0.8.1 coloredlogs==15.0.1 flatbuffers==22.11.23 gast==0.2.2 google-pasta==0.2.0 grpcio==1. h5py==3. humanfriendly==10.0 Keras-Applications==1.0.8 Keras-Preprocessing==1.1.2 mpmath==1.2.1 numpy==1. onnxruntime==1. opencv-python==4.6.0.66 opt-einsum==3.3.0 packaging==21.3 protobuf==4. pyparsing==3.0.9 six==1.16.0 sympy==1. tensorboard==1.15.0 tensorflow==1.15.0 tensorflow-estimator==1.15.1 tqdm==4.64.1 typing_extensions==4. Werkzeug==2. wrapt==1.14.1 zipp==3.*

vayila commented 1 year ago

pip install tensorflow-gpu==1.15.0 ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.15.0 (from versions: 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.12.0) ERROR: No matching distribution found for tensorflow-gpu==1.15.0

vayila commented 1 year ago

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from versions: 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.12.0rc0) ERROR: No matching distribution found for tensorflow==1.15.0

TachibanaYoshino commented 1 year ago

ERROR: Could not find a version that satisfies the requirement tensorflow==1.15.0 (from versions: 2.8.0rc1, 2.8.0, 2.8.1, 2.8.2, 2.8.3, 2.8.4, 2.9.0rc0, 2.9.0rc1, 2.9.0rc2, 2.9.0, 2.9.1, 2.9.2, 2.9.3, 2.10.0rc0, 2.10.0rc1, 2.10.0rc2, 2.10.0rc3, 2.10.0, 2.10.1, 2.11.0rc0, 2.11.0rc1, 2.11.0rc2, 2.11.0, 2.12.0rc0) ERROR: No matching distribution found for tensorflow==1.15.0

python3.7 cuda10.0.130 cudnn7.6.5

vayila commented 1 year ago

I didn't understand your answer. can you please elaborate so others also will understand

TachibanaYoshino commented 1 year ago

The python version supported by tensorflow1.15.0 should be 3.6 or 3.7.