yunjey / stargan

StarGAN - Official PyTorch Implementation (CVPR 2018)
MIT License
5.23k stars 970 forks source link

Disable tensorflow v2 behavior in logger.py #128

Open Eun0 opened 4 years ago

Eun0 commented 4 years ago

Tensorflow version 2 does not use FileWriter. This code is based on tensorflow version 1 so if we want to use the original code, we need to apply this commit (just disable tensorflow v2 behavior, use tensorflow v1)