import tensorflow as tf RANDOM_SEED_CONSTANT = 42 # FOR_REPRODUCIBILITY tf.random.set_seed(RANDOM_SEED_CONSTANT) # Prevent NHWC errors https://www.nuomiphp.com/ep