Open Niranjankumar-c opened 5 years ago
How to invoke tensorboard after training on custom data?
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'
How to invoke tensorboard after training on custom data?