-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
Comments
git clone https://github.com/TachibanaYoshino/AnimeGANv3.git #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] |
Thank you so much for the help. The issue is resolved now. My cuda version was 12.3 and I used python3.10 version. |
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 |
@TachibanaYoshino Hi bro, how to install your script on Ubuntu 22 server, with RTX 4090 - CUDA 11 - python 3.10? Thanks! |
Hello, how do you solve the dependency problem? I am also cuda12 |
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
The text was updated successfully, but these errors were encountered: