Guest User

Untitled

a guest
Feb 10th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. import tensorflow as tf
  2. from tensorflow.contrib.ignite import IgniteDataset
  3. tf.enable_eager_execution()
  4.  
  5. dataset = IgniteDataset(cache_name="IMAGES",
  6. certfile="client.pem",
  7. cert_password="password",
  8. username="ignite",
  9. password="ignite")
Add Comment
Please, Sign In to add comment