-
Notifications
You must be signed in to change notification settings - Fork 48
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
ValueError: Cannot assign to variable conv3_block1_0_conv/kernel:0 due to variable shape (1, 1, 256, 512) and value shape (512, 128, 1, 1) are incompatible,with h5py==2.10.0 #7
Comments
|
I have the same issue.. |
Same, please help :) |
help please!!! |
Since there's quite a couple of people having this issue:
This allows loading the model. Found in yu4u/age-gender-estimation#140 |
I tried this solution and it runs, but the predicted BMI is single digit or even negative sometimes. |
model.load_weights(weight_file,by_name=True) |
I |
I am also getting negative bmi , how to resolve this please help @Learneruestc @noovil |
after load the trained weights 'bmi_model_weights.h5', it return ValueError: Cannot assign to variable conv3_block1_0_conv/kernel:0 due to variable shape (1, 1, 256, 512) and value shape (512, 128, 1, 1) are incompatible, i tried to change the data_fromat but it did not use
The text was updated successfully, but these errors were encountered: