Skip to content

Instantly share code, notes, and snippets.

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