yolov7
yolov7 copied to clipboard
_pickle.UnpicklingError: STACK_GLOBAL requires str
Can anyone please help, why I might be getting this error while running train.py.
A few days ago, the error was not there.
Transferred 330/344 items from yolov7-tiny.pt
Scaled weight_decay = 0.0005
Optimizer groups: 58 .bias, 58 conv.weight, 61 other
Traceback (most recent call last):
File "train.py", line 616, in
I am also facing same problem. Anyone has any idea why?
Same issue.
Try to delete the .cache file in your training or testing path, this works for me.
Try to delete the .cache file in your training or testing path, this works for me.
And how can I find the cache file in my training or testing path?
Try to delete the .cache file in your training or testing path, this works for me.
And how can I find the cache file in my training or testing path?
Oops... I found it. What you meant was to remove the .cache files in the path of the training or testing datasets.
Still not working for me though
deleting .cache files worked for me too thx :)