You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but, tensorboard show "No dashboards are active for the current data set."
can you help me?
in fact, here is no tf log for tensorboard as you showed. I also encounter the same question, according to some info from websites, they say these codes should be added into configurationn log_config = dict( interval=5, # 日志间隔 hooks=[ dict(type='TextLoggerHook'), # 日志钩子 dict(type='TensorboardLoggerHook') # TensorBoard 日志钩子 ])
However, it does not work(no tf log either when training), so I want to know if the latest edtion changes the way to open tensorboard
I'am training faster_rcnn model. and I get some log file. now, how use tensorboard to show train log file?
train log file tree
run tensorboard:
but, tensorboard show "No dashboards are active for the current data set."
can you help me?
The text was updated successfully, but these errors were encountered: