This error appears when i try load model with my custom layer.
model = load_model(\'my_model.h5\', custom_objects={\'MyLayer\': MyLayer})
Im