Skip to content

Instantly share code, notes, and snippets.

@sayakpaul
Created April 29, 2020 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sayakpaul/dae62575e11111da0f0edc3ce5bb745f to your computer and use it in GitHub Desktop.
Save sayakpaul/dae62575e11111da0f0edc3ce5bb745f to your computer and use it in GitHub Desktop.
SEED = 666
import tensorflow as tf
tf.random.set_seed(SEED)
import numpy as np
np.random.seed(SEED)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment