matterport / Mask_RCNN

Mask R-CNN for object detection and instance segmentation on Keras and TensorFlow
Other
24.55k stars 11.69k forks source link

how to use tensorboard in ballon splash model. #2169

Open imtinan39 opened 4 years ago

imtinan39 commented 4 years ago

I have trained the existing ballon splash model on my pc. now I want to visualize the loss, accuracy, etc on tensorboard. how should i do that? thank you.

nikola-t commented 4 years ago

in terminal: tensorboard --logdir balloon20200427T1002

imtinan39 commented 4 years ago

in terminal: tensorboard --logdir balloon20200427T1002

Do i need to do anything else? Is it possible to run it during training?

suchiz commented 4 years ago

Hi there,

1) Start your training in one terminal Wait for the checkpoint folder Once it is created at checkpoint_path 2) run: tensorbord --logdir checkpoint_path in another terminal Then it will send you a local web address, copy and paste it to a browser, thats it

yoya93 commented 4 years ago

Hello @suchiz @nikola-t @imtinan39 , I am trained in google collaborated and I need the tensorboard graphics. I would appreciate if you could explain how to do it since I am training in a hosted environment. Thank you very much for your help.

imtinan39 commented 4 years ago

@yoyo93 do u have still this problem?