mnicnc404 / CartoonGan-tensorflow

Generate your own cartoon-style images with CartoonGAN (CVPR 2018), powered by TensorFlow 2.0 Alpha.

Home Page:https://leemeng.tw/generate-anime-using-cartoongan-and-tensorflow2-en.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create environmetn on Windows

ChaosRobotics opened this issue · comments

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 tensorflowjs and tb-nightly.

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 tensorflowjs and tb-nightly.

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

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 tensorflowjs and tb-nightly.

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

Could you link your PR here? Thanks