Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. IndexError Traceback (most recent call last)
  2. <ipython-input-176-9c79921d5ccc> in <module>()
  3. 127 sess.run(reset_valid_op)
  4. 128 if __name__ == "__main__":
  5. --> 129 tf.app.run()
  6. 130
  7.  
  8. 1 frames
  9. <ipython-input-176-9c79921d5ccc> in main(argv)
  10. 106 _, label_vals = sess.run((features_final, labels_final), feed_dict = {handle: heldout_handle})
  11. 107
  12. --> 108 heldout_lp = np.mean(np.log(mean_probs[np.arange(mean_probs.shape[0]), label_vals]))
  13. 109
  14. 110
  15.  
  16. IndexError: arrays used as indices must be of integer (or boolean) type
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement