We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 use model.save() and model.get_weights(), the saved weight values are not binary. I'm not sure if it's my miss. Really thanks for any reply:)
The text was updated successfully, but these errors were encountered:
Hi , See same issue here. Weights are not printed in binary -- did i miss anything here ?
loss: 0.3951 - acc: 0.8783 - val_loss: 0.1369 - val_acc: 0.9410 [array([[ 3.41787934e-03, 1.03282835e-02, -1.42487716e-02, ..., 7.11111538e-03, 2.02730242e-02, 1.32185612e-02], [-1.01926271e-02, -1.31833507e-02, 1.67875085e-02, ...,
Sorry, something went wrong.
Hi, I have the same issue. Did you solve it?
I have the same problem..
I have the same problem, did you solve it?
No branches or pull requests
When I use model.save() and model.get_weights(), the saved weight values are not binary.
I'm not sure if it's my miss.
Really thanks for any reply:)
The text was updated successfully, but these errors were encountered: