YOLOv3-complete-pruning icon indicating copy to clipboard operation
YOLOv3-complete-pruning copied to clipboard

用yolo3-tiny训练的时候报如下错误,请问有人遇到过吗

Open shirleyatgithub opened this issue 4 years ago • 0 comments

Traceback (most recent call last): File "train.py", line 487, in train() # train normally File "train.py", line 140, in train cutoff = load_darknet_weights(model, weights) File "/home/gss/yolopruning/YOLOv3-complete-pruning-poker/models.py", line 394, in load_darknet_weights assert ptr == len(weights)
AssertionError 用yolo3的时候一切正常。所有的demo训练都正常。

shirleyatgithub avatar Nov 26 '20 09:11 shirleyatgithub