I am building a CNN using keras and I know that I can save the weights using model.save_weights() but how can I save the biases of the neural network? Am I miss
model.save_weights()