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

Dependencies Conflict #52

Closed
ghost opened this issue Mar 13, 2024 · 5 comments
Closed

Dependencies Conflict #52

ghost opened this issue Mar 13, 2024 · 5 comments
Labels
good first issue Good for newcomers

Comments

@ghost
Copy link

ghost commented Mar 13, 2024

Which python version has you used ?? Dependencies conflict is encountered again and again. The conflict between libraries is: onnx==1.10.1
onnxruntime>=1.16.6
tensorflow-gpu==2.10.0

@TachibanaYoshino
Copy link
Owner

TachibanaYoshino commented Mar 15, 2024

git clone https://github.com/TachibanaYoshino/AnimeGANv3.git
cd AnimeGANv3

#If you use cuda10, execute the following command:

conda create -n AnimeGANv3 python=3.7
conda activate AnimeGANv3
conda install ffmpeg
conda install cudatoolkit=10.0.130 cudnn
pip install opencv-python tqdm  argparse  onnxruntime-gpu  scikit-image joblib numpy==1.19.5 pillow==8.4.0 tf2onnx==1.10.1 coremltools==6.0 tensorflow-gpu==1.15.0

#If you use cuda11, execute the following command:

conda create -n AnimeGANv3 python=3.8   
conda activate AnimeGANv3   
conda install ffmpeg     
pip install opencv-python tqdm  argparse  onnxruntime-gpu  scikit-image joblib numpy==1.23.5 pillow==9.0.1 tf2onnx==1.15.1 coremltools==7.0 
pip install --upgrade pip 
pip install nvidia-pyindex 
pip install nvidia-tensorflow[horovod]  

@ghost
Copy link
Author

ghost commented Apr 17, 2024

Thank you so much for the help. The issue is resolved now. My cuda version was 12.3 and I used python3.10 version.

@ghost
Copy link
Author

ghost commented Apr 17, 2024

I have analyze the repository deeply. But I couldn't find pre-trained models of disney, Kpop, USA, comic and oil-painting. Kindly provide link of these pre-trained models. I will be looking forward for your reply

@nhantamz
Copy link

@TachibanaYoshino Hi bro, how to install your script on Ubuntu 22 server, with RTX 4090 - CUDA 11 - python 3.10? Thanks!

@Innocent-children
Copy link

Thank you so much for the help. The issue is resolved now. My cuda version was 12.3 and I used python3.10 version.

Hello, how do you solve the dependency problem? I am also cuda12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants