Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. belohlavek@kronos-dev:~/ALI$ python cifar10_cnn_tf.py -m foo -e 120
  2. fake modprobe
  3. fake modprobe
  4. Using gpu device 0: Tesla K40c (CNMeM is disabled, cuDNN 4007)
  5. E tensorflow/core/framework/op_kernel.cc:925] OpKernel ('op: "Round" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT64 } } }') for unknown op: Round
  6. E tensorflow/core/framework/op_kernel.cc:925] OpKernel ('op: "Round" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_INT32 } } }') for unknown op: Round
  7. E tensorflow/core/framework/op_kernel.cc:925] OpKernel ('op: "Round" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_DOUBLE } } }') for unknown op: Round
  8. E tensorflow/core/framework/op_kernel.cc:925] OpKernel ('op: "Round" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_FLOAT } } }') for unknown op: Round
  9. E tensorflow/core/framework/op_kernel.cc:925] OpKernel ('op: "Round" device_type: "CPU" constraint { name: "T" allowed_values { list { type: DT_HALF } } }') for unknown op: Round
  10. images (?, 32, 32, 3)
  11. first layer (?, 16, 16, 32)
  12. second layer (?, 8, 8, 40)
  13. third layer (?, 4, 4, 50)
  14. hidden pre (?, 128)
  15. output (?, 10)
  16. ===================================
  17. Epoch 0 ===================
  18. Training
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement