AnimeGAN September 23rd animeGAN_inference I spent a lot of time trying to locally install animeGAN on my computer. What kept me from using animeGAN on my computer, is that I got an error related to CUDA not being compatible with the version of python I had. I’ve run into CUDA issues before and I still don’t quite understand the point of CUDA and why different programs require different CUDA versions and also why GPU’s require additional CUDA installations. The error message was suggesting that I install an older python version. I decided not to proceed because I was afraid it would mess up my local installation of a different AI tool that I use on a weekly basis. I tried to figure out how to make a virtual environment for animeGAN but I still got the same error. I looked into setting up a virtual environment because the other AI image based tool I use, uses a “venv”. Since I got the same CUDA error when trying to set up a virtual environment, I decided it’s probably best I hold ...
Comments
Post a Comment