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
It was a simple fix for me. Check your tensorflow version. I trained my model on 1.14 and was predicting it on 2.0
I used 1.14 again and it worked