load_model error or KeyError: 'sample_weight_mode'


 if you are facing this problem, maybe you are using a different version of TensorFlow or Keras versions.

I mean maybe the model you are using in the code is trained by another version of TensorFlow. Train your model with your version and load it.

Or you can do this.....





No comments:

Post a Comment