Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import tensorflow as tf
  2.  
  3. # Load the TensorBoard notebook extension (optional)
  4. %load_ext tensorboard.notebook
  5.  
  6. tf.random.set_seed(42)
  7. tf.__version__
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement