YOLOv6
YOLOv6 copied to clipboard
how to use tensorboard to monitor the training process?
i ran the training process successfully,but i met two issues, first is that my mAP and losses are all 0:
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:
just args, is that normal?
- You can pull the latest code and check your dataset, you can visualize your dataset by script
yolov6/data/vis_dataset.py
; - Check your
logdir
, normally it look likesruns/train/exp_{num}
.