Skip to content

Instantly share code, notes, and snippets.

@ChunML
Created December 12, 2018 05:23
Show Gist options
  • Save ChunML/a4829b28cb6b2286ab536d71528a8f77 to your computer and use it in GitHub Desktop.
Save ChunML/a4829b28cb6b2286ab536d71528a8f77 to your computer and use it in GitHub Desktop.
val_data = tf.data.Dataset.from_tensor_slices(
(val_filenames, val_labels))
val_data = val_data.map(_parse_data).batch(1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment