Unknown initializer: GlorotUniform when loading Keras model

I ran into the same issue. After changing:

from tensorflow import keras

to:

import keras

life is once again worth living.

Leave a Comment