YOLO network computer restart how to continue training

1 Introduction

During YOLOV5 training, it is often encountered that the computer restarts and the training is suspended. This article is based on how to continue training.

2. The training process is interrupted, continue training

Just set the resume parameter to True in train.py, as shown below:

    parser.add_argument('--resume', nargs='?', const=True, default=True, help='resume most recent training')

 Then click Run, you can find the program as shown below:

Supongo que te gusta

Origin blog.csdn.net/weixin_44597885/article/details/130938345
Recomendado
Clasificación