Complete Error:
Using TensorFlow backend.
Traceback (most recent call last):
File "file.py", line 32, in <module>
pickled_model = pickle.load(open('model.pkl', 'rb'))
ModuleNotFoundError: No module named 'keras.saving'
I am not able to solve this error. Thanks for the help:)