mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-11-15 00:35:40 +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.