You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is another error when I run on my own data:
Traceback (most recent call last):
File "train.py", line 616, in
model = Yolov4(cfg.pretrained, n_classes=cfg.classes)
File "D:\study\Dinosaour\pytorch-YOLOv4\models.py", line 426, in init
pretrained_dict = torch.load(yolov4conv137weight)
File "C:\Users\onthe\Anaconda3\lib\site-packages\torch\serialization.py", line 368, in load
return _load(f, map_location, pickle_module)
File "C:\Users\onthe\Anaconda3\lib\site-packages\torch\serialization.py", line 532, in _load
magic_number = pickle_module.load(f)
_pickle.UnpicklingError: invalid load key, '\x00'.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Have you been able to resolve this issue? I am seeing the same issue "_pickle.UnpicklingError: invalid load key, '\x00'." and would appreciate your help. Thank you!
There is another error when I run on my own data:
Traceback (most recent call last):
File "train.py", line 616, in
model = Yolov4(cfg.pretrained, n_classes=cfg.classes)
File "D:\study\Dinosaour\pytorch-YOLOv4\models.py", line 426, in init
pretrained_dict = torch.load(yolov4conv137weight)
File "C:\Users\onthe\Anaconda3\lib\site-packages\torch\serialization.py", line 368, in load
return _load(f, map_location, pickle_module)
File "C:\Users\onthe\Anaconda3\lib\site-packages\torch\serialization.py", line 532, in _load
magic_number = pickle_module.load(f)
_pickle.UnpicklingError: invalid load key, '\x00'.
Any suggestions?
The text was updated successfully, but these errors were encountered: