yunjey / stargan

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

run main.py #112

Closed ysn7 closed 4 years ago

ysn7 commented 4 years ago

Traceback (most recent call last): File "main.py", line 110, in main(config) File "main.py", line 40, in main solver = Solver(celeba_loader, rafd_loader, config) File "/home/yao/stargan-master/solver.py", line 70, in init self.build_tensorboard() File "/home/yao/stargan-master/solver.py", line 109, in build_tensorboard self.logger = Logger(self.log_dir) File "/home/yao/stargan-master/logger.py", line 9, in init self.writer = tf.summary.FileWriter(log_dir) AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'

ysn7 commented 4 years ago

how can i solve this Error?