Open shirleyatgithub opened 4 years ago
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训练都正常。
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训练都正常。