YOLOv6 icon indicating copy to clipboard operation
YOLOv6 copied to clipboard

how to use tensorboard to monitor the training process?

Open LiJiahang617 opened this issue 2 years ago • 1 comments

i ran the training process successfully,but i met two issues, first is that my mAP and losses are all 0: Screenshot from 2022-06-25 21-28-34 second is that i don't know how to monitor my training process in tensorboard, what command should i type in terminal ? i tried typing: tensorboard --logdir=runs but it didn't work, and i don't have document in my runs file: Screenshot from 2022-06-25 21-42-18 just args, is that normal?

LiJiahang617 avatar Jun 25 '22 13:06 LiJiahang617

  1. You can pull the latest code and check your dataset, you can visualize your dataset by script yolov6/data/vis_dataset.py;
  2. Check your logdir, normally it look likes runs/train/exp_{num}.

czla avatar Jul 15 '22 06:07 czla