Interactive_ABCs_with_American_Sign_Language_using_Yolov5 icon indicating copy to clipboard operation
Interactive_ABCs_with_American_Sign_Language_using_Yolov5 copied to clipboard

Problem in Modeling step

Open Dest1nation opened this issue 3 years ago • 0 comments

I came with the problem in training the model. when running the code !python train.py --img 1024 --batch 16 --epochs 3 --data asl.yaml --cfg models/yolov5s.yaml --name asl_example , I failed with Runtimeerror: [enforce fail at ..\caffe2\serialize\inline_container.cc:145] . PytorchStreamReader failed reading zip achive: failed finding central directory. error is in train.py line 77 ckpt = torch.load(weights, map_location=device) #load checkpoint I didnt see any zip file, also the document about checkpoint Can you answer my question? plz.

Dest1nation avatar Mar 10 '21 10:03 Dest1nation