qqwweee / keras-yolo3

A Keras implementation of YOLOv3 (Tensorflow backend)
MIT License
7.14k stars 3.45k forks source link

Tensorboard #368

Open Niranjankumar-c opened 5 years ago

Niranjankumar-c commented 5 years ago

How to invoke tensorboard after training on custom data?

OtiTantaoui commented 5 years ago

The training info are normally saved in the log files and you can invoke those info in tensorboard by using your terminal and calling tensorboard --logdir ='path/to/your/log/dir'