We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python train.py --cfg cfg/yolov3-hand.cfg --data data/oxfordhand.data --weights weights/yolov3.weights --epochs 100 --batch-size 32
Traceback (most recent call last): File "train.py", line 542, in train() # train normally File "train.py", line 143, in train cutoff = load_darknet_weights(model, weights) File "/mnt/sdl/x/prune/yolov3-channel-and-layer-pruning/models.py", line 353, in load_darknet_weights conv_w = torch.from_numpy(weights[ptr:ptr + num_w]).view_as(conv_layer.weight) RuntimeError: shape '[128, 64, 3, 3]' is invalid for input of size 7067
The text was updated successfully, but these errors were encountered:
No branches or pull requests
python train.py --cfg cfg/yolov3-hand.cfg --data data/oxfordhand.data --weights weights/yolov3.weights --epochs 100 --batch-size 32
Traceback (most recent call last):
File "train.py", line 542, in
train() # train normally
File "train.py", line 143, in train
cutoff = load_darknet_weights(model, weights)
File "/mnt/sdl/x/prune/yolov3-channel-and-layer-pruning/models.py", line 353, in load_darknet_weights
conv_w = torch.from_numpy(weights[ptr:ptr + num_w]).view_as(conv_layer.weight)
RuntimeError: shape '[128, 64, 3, 3]' is invalid for input of size 7067
The text was updated successfully, but these errors were encountered: