-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
when I set the svhn’s pretrain weights for digit detection, i try to run the eval.py but a error occurs:"ValueError: Shapes (1, 1, 1024, 27) and (1, 1, 1024, 45) are incompatible" #14
Comments
I use the command : |
Facing the same issue... Anyone have a solution? |
I changed the svhn.json file to the following:
|
@akspad Were you able to run it by making above mentioned changes? |
Has anyone gotten this to run?? I'm having the exact same issue and don't know what to do. @unknownSK @little-carrrot-errr @DanielNehemiah @akspad |
Has anyone found the solution? I have been stuck on this for quite some time now 👎 |
Did you try the solution proposed by @akspad? For me it worked |
I did spend a good time resolving this back then, so I must have :) |
i added "skip_detect_layer=False" to create_model function |
I change the pretrained part in configs/svhn.json file like below:
"pretrained" : { "keras_format": "configs/svhn/weights.h5", "darknet_format": "yolov3.weights" }
The text was updated successfully, but these errors were encountered: