#deep-learning #pytorch #yolo
Вопрос:
model = torch.hub.load('ultralytics/yolov5', 'custom', path='yolov5-master/yolov5-master/runs/train/weights/last.pt', force_reload=True)
Когда я запускаю эту строку кода в своем блокноте Jupyter, я получаю ошибку разрешения:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\Users\username/.cache\torch\hub\ultralytics_yolov5_master\requirements.txt'