DingKe / nn_playground

Experimental keras implementation of novel neural network structures
MIT License
430 stars 152 forks source link

BNN saved model weights #21

Open ghost opened 4 years ago

ghost commented 4 years ago

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:)

ratul619 commented 3 years ago

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, ...,

fanhao880 commented 3 years ago

Hi, I have the same issue. Did you solve it?

cooldogxxt commented 2 years ago

I have the same problem..

elimsjxr commented 2 years ago

I have the same problem, did you solve it?