Closed vcvishal closed 5 years ago
@vcvishal Try to add -r to the command. yolov3.weights is already trained many epochs. Thus, the training is stopped max epoch is reached. -r means resetting epoch and starts from 0.
thank you it works again thank you for code
when I ran it shows C:\Users\vcvis\Desktop\pytorch-0.4-yolov3-master>python train.py -d cfg/voc.data -c cfg/yolo-voc.cfg -w yolov3.weights Training for (1935,311) please help thank you