PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
AttributeError: module 'tensorboard.summary._tf.summary' has no attribute 'FileWriter'
This problem has been solved!
for anyone else running into this issue, refer to #327 and https://github.com/eriklindernoren/PyTorch-YOLOv3/commit/930c5872eea3d22233805f3f693dd5c9a9892707
thanks!
there is a better way, drop TensorFlow dependency completely, see #412