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
Hi, I have a question about logging the training results into separate files.
Is there a way to save a log file whilst training every 1000 or so iterations?
Currently I'm using following command: !./darknet detector train data/obj.data cfg/yolov4-obj.cfg /mydrive/yolov4/backup/yolov4-obj_2000.weights -dont_show | tee results.log
but this only saves one single log fiIe, I would prefer to save it as:
results_1000.log
results_2000.log
...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have a question about logging the training results into separate files.
Is there a way to save a log file whilst training every 1000 or so iterations?
Currently I'm using following command:
!./darknet detector train data/obj.data cfg/yolov4-obj.cfg /mydrive/yolov4/backup/yolov4-obj_2000.weights -dont_show | tee results.log
but this only saves one single log fiIe, I would prefer to save it as:
results_1000.log
results_2000.log
...
Beta Was this translation helpful? Give feedback.
All reactions