PyTorch-YOLOv3 icon indicating copy to clipboard operation
PyTorch-YOLOv3 copied to clipboard

Why Traceback like this when run train.py

Open xwf12345678 opened this issue 5 years ago • 1 comments

Traceback (most recent call last): File "D:\新建文件夹\PyTorch-YOLOv3\train.py", line 42, in logger = Logger("logs") File "D:\新建文件夹\PyTorch-YOLOv3\utils\logger.py", line 7, in init self.writer = tf.summary.FileWriter(logdir) AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'.

Why the error happens

xwf12345678 avatar Dec 11 '19 14:12 xwf12345678

I replaced tensorflow 2.0.0 with 1.9.0 and solved the problem

visionxy avatar Dec 12 '19 03:12 visionxy