Last active
September 15, 2018 15:07
-
-
Save hadifar/43ee97fa75887801039b9e69dd0e7715 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| dataset = tf.data.TextLineDataset("file.txt") | |
| for line in dataset: | |
| print(line) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment