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

AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'

Open Note-Liu opened this issue 5 years ago • 4 comments

AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'

Note-Liu avatar Dec 03 '19 09:12 Note-Liu

This problem has been solved!

Note-Liu avatar Dec 03 '19 09:12 Note-Liu

for anyone else running into this issue, refer to #327 and https://github.com/eriklindernoren/PyTorch-YOLOv3/commit/930c5872eea3d22233805f3f693dd5c9a9892707

030jmk avatar Dec 04 '19 11:12 030jmk

thanks!

chouxianyu avatar Dec 13 '19 03:12 chouxianyu

there is a better way, drop TensorFlow dependency completely, see #412

Borda avatar Jan 24 '20 21:01 Borda