Skip to content

Instantly share code, notes, and snippets.

@tgamauf
Last active March 17, 2018 18:54
Show Gist options
  • Save tgamauf/202cf7061dbb10fd64b39ec04426c673 to your computer and use it in GitHub Desktop.
Save tgamauf/202cf7061dbb10fd64b39ec04426c673 to your computer and use it in GitHub Desktop.
Use of tf.train.Features
movie_dict = {
'Movie Names': movie_names,
'Movie Ratings': movie_ratings
}
movies = tf.train.Features(feature=movie_dict)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment