Guest User

Untitled

a guest
Jul 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import numpy as np
  2. import tensorflow as tf
  3. import matplotlib.pyplot as plt
  4.  
  5. np.random.seed(42)
  6. tf.set_random_seed(42)
  7.  
  8. %matplotlib inline
Add Comment
Please, Sign In to add comment