Nhan Nguyen

Results 1 comments of Nhan Nguyen

@NicolettaK You got that error since keras_resnet library uses a custom BatchNormalization layer The following code works for me: model = load_model(model_path, custom_objects={'BatchNormalization': keras_resnet.layers.BatchNormalization})