TF Dropout

import tensorflow as tf
rate = 0.2
tf.keras.layers.Dropout(rate, noise_shape=None, seed=None)
Intempestive Al Dente