yolo错误记录(未解决)

Note this warning may be related to loading older models. You can update your model to current structure with:
import torch
ckpt = torch.load(“model.pt”) # applies to both official and custom models
torch.save(ckpt, “updated-model.pt”)

你可能感兴趣的:(目标检测yolov5,YOLO,pytorch,深度学习)