Relu keras con fugas

activation = tf.keras.layers.LeakyReLU(alpha=0.3)
#put this in your model.add()
Helpful Hare