BichenWuUCB / squeezeDet

A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
BSD 2-Clause "Simplified" License
739 stars 306 forks source link

about tensorboard #107

Closed auvx closed 6 years ago

auvx commented 6 years ago

hello,you said we can use tensorboard to monitor training and evaluation process,but when my project is training,the view of tensorboard can't display any resualt , and warning : No dashboards are active for the current data set. Probable causes:

You haven’t written any data to your event files.
TensorBoard can’t find your event files. 

however, there are events.out.tfevents.1531986861 in folder train, and already have folder val.

auvx commented 6 years ago

solved