mobilenetv3-yolov3
mobilenetv3-yolov3 copied to clipboard
model on tiny
du you have pretrianed model on tiny ? @tanluren
if you have trianed ,can you share with me ? thanks very much!!
@tanluren i have trained on yolo-tiny,when i run the whole model(without freeze) some epoch about(40), i got :ReduceLROnPlateau reduce learning rate to 1e-8 and then training will be early stopped
do you know why?? @tanluren
@Jenny0420 Please check train.py and the default setting is to use earlystopping, just search 'earlystopping' and comment out this line, it will work