Skip to content

Instantly share code, notes, and snippets.

@tgamauf
Last active March 17, 2018 18:54
Show Gist options
  • Save tgamauf/75b4b5827607e10f1b0ac215b3f96fe8 to your computer and use it in GitHub Desktop.
Save tgamauf/75b4b5827607e10f1b0ac215b3f96fe8 to your computer and use it in GitHub Desktop.
Use of tf.train.Feature
movie_names = tf.train.Feature(bytes_list=movie_name_list)
movie_ratings = tf.train.Feature(float_list=movie_rating_list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment