You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it is a difficult process for me when i try to load the model from json file.
i have tride 4 solution yet as followed:
keras==1.2; tf==1.7. then there is a mistake made by tf version so that concat function is worry.
keras==2.0; tf==1.7. same problen as 1.
keras==2.0; tf==1.13. there is a mistake made by keras.
keras==1.2; tf==1.13. there is a mistake noted that can't concat tow tensor (none, 222) and (none, 512).
so i look for your help loading wdnn_model, thx~
The text was updated successfully, but these errors were encountered:
I have a retrained version of this model that is compatible with keras 2. (Specifically, keras 2.2.4 and tensorflow 1.8.0). This is available in the WDNN files labeled 050219.
I have a retrained version of this model that is compatible with keras 2. (Specifically, keras 2.2.4 and tensorflow 1.8.0). This is available in the WDNN files labeled 050219.
thx for a lot! Looking forward to that PR submitted. ^_^
it is a difficult process for me when i try to load the model from json file.
i have tride 4 solution yet as followed:
so i look for your help loading wdnn_model, thx~
The text was updated successfully, but these errors were encountered: