mnicnc404 / CartoonGan-tensorflow

Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.
https://leemeng.tw/generate-anime-using-cartoongan-and-tensorflow2-en.html
Apache License 2.0
907 stars 240 forks source link

Create environmetn on Windows #39

Open ChaosRobotics opened 4 years ago

ChaosRobotics commented 4 years ago

I'm use Anaconda 3 2020.02 with Pyton 3.7 on Windows 10. I can't use yml method for create environment and when i'm use requirements_gpu for pip install i get error when install tensorflowjsand tb-nightly.

edwin-yan commented 4 years ago

I'm use Anaconda 3 2020.02 with Pyton 3.7 on Windows 10. I can't use yml method for create environment and when i'm use requirements_gpu for pip install i get error when install tensorflowjsand tb-nightly.

FYI - I made it work on Windows. See my pull request...

Zenahr commented 3 years ago

I'm use Anaconda 3 2020.02 with Pyton 3.7 on Windows 10. I can't use yml method for create environment and when i'm use requirements_gpu for pip install i get error when install tensorflowjsand tb-nightly.

FYI - I made it work on Windows. See my pull request...

Could you link your PR here? Thanks