Jay Shah

Results 2 comments of Jay Shah

I am getting the same issues too, was this resolved or any patches to get around? ``` keras is no longer supported, please use tf.keras instead. Traceback (most recent call...

Or just change `from keras.layers.normalization import BatchNormalization` to `from keras.layers import BatchNormalization` in model_load.py