Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created July 5, 2021 20:43
Tensorflow Preprocessing Normalizer
normalizer = preprocessing.Normalization(axis=-1)
normalizer.adapt(np.array(X_train))
normalizer.mean.numpy()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment