mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-07-14 02:05:39 +08:00

Weights only load failed. Changed torch.load(file, map_location=cpu) to ckpt = torch.load(file, map_location=cpu, weights_only=False). Resolves #523. Credit goes to @allansdefreitas.