Skip to content

Instantly share code, notes, and snippets.

@tgamauf
Last active March 17, 2018 18:54
Show Gist options
  • Save tgamauf/b7e0de5edffe689d178892caaaa78b6a to your computer and use it in GitHub Desktop.
Save tgamauf/b7e0de5edffe689d178892caaaa78b6a to your computer and use it in GitHub Desktop.
Use of tf.train.BytesList, tf.train.FloatList, tf.train.Int64List
movie_name_list = tf.train.BytesList(value=[b'The Shawshank Redemption', b'Fight Club'])
movie_rating_list = tf.train.FloatList(value=[9.0, 9.7])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment