I am trying to load a Keras model which was trained on an Azure VM (NC promo). But I am getting the following error.
TypeError: Unexpected keyword argumen
I've had a similar problem.
You you have this issue, try to use lr instead of learning_rate when defining the learning rate in your optimizer.
lr
learning_rate