-
Notifications
You must be signed in to change notification settings - Fork 83
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
Error while loading weights for damage_inference.py #18
Comments
Hi @nka77 , I am having the same issue as yours. Were you able to resolve that problem? |
Had the same problem. I managed to load the weights with python 3.6, tensorflow==1.14.0 and keras==2.3.1. Also had to downgrade h5py to 2.10.0. |
I've also encountered this problem. Additionally, when I run the process_data.py file, there are no test and train groupings in the output_dir folder. However, the output in CSV can generate train.csv and test.csv. I'm wondering whether in the command: |
Hello, I have the same problem as you, can you please fix this problem |
As mentioned above, try this with python 3.6 & tf 1.14.0. For me, it worked. |
I am getting shape mis-match error while loading weights in damage_inference.py, which is using 'classification.hdf5' file.
ValueError: Cannot assign to variable conv3_block1_0_conv/kernel:0 due to variable shape (1, 1, 256, 512) and value shape (1, 1, 128, 512) are incompatible
(The weights for 'localization.h5' are loaded fine.)
Below is the snapshot for error:
The text was updated successfully, but these errors were encountered: