Skip to content
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

wdnn_model #6

Open
Rapheal-Madfrog opened this issue Dec 3, 2019 · 2 comments
Open

wdnn_model #6

Rapheal-Madfrog opened this issue Dec 3, 2019 · 2 comments

Comments

@Rapheal-Madfrog
Copy link

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:

  1. keras==1.2; tf==1.7. then there is a mistake made by tf version so that concat function is worry.
  2. keras==2.0; tf==1.7. same problen as 1.
  3. keras==2.0; tf==1.13. there is a mistake made by keras.
  4. 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~
@mchen16
Copy link

mchen16 commented Dec 9, 2019

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.

@Rapheal-Madfrog
Copy link
Author

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. ^_^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants