yunjey / stargan

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

'tensorboard.summary._tf.summary' has no attribute 'FileWriter' in logger.py #122

Open rra94 opened 4 years ago

rra94 commented 4 years ago

Replaced FileWriter with create_file_writer to as per the latest TF documentation.