- Notifications
You must be signed in to change notification settings - Fork 5.4k
A first draft of "loading data: images" #128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Thank you for writing this! Good timing, too. Together with Kiran's notebook on tf records, this would make a great start to a "Loading data" collection. Suggestions: Under "Load and format the images"
Under "Pipe to a model for training"
Under "Quick Transfer learning with keras.Applications"
Overall this is great! |
Done.
Done.
Done
Done
I'd rather avoid going into too much detail here. I just want to get to "see how easy that was!" and leave the rest for a real tutorial. |
+Split H2/H3. +minor cleanup and clarifications.
| +tf.data Hey Derek, Jiri, Does this seem like a reasonable approach to loading image directories with |
| Thanks @MarkDaoust did a pass and left some comments. |
mrry left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for getting this started, Mark!
| }, | ||
| "cell_type": "markdown", | ||
| "source": [ | ||
| "One disadvantage to using an im memory cache is that the cache must be rebuilt on each run, giving the same startup delay each time the dataset is started:" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think @rohan100jain has some changes in flight that will help this no longer be the case.
| (not really merging, just testing copybara) |
PiperOrigin-RevId: 229997672
It still needs an introduction and conclusion paragraph.
But this won't be visible on the site unless we add it to the "_toc.yaml"
Staging:
https://github.com/MarkDaoust/docs/blob/load_data/site/en/tutorials/load_data/images.ipynb
https://colab.sandbox.google.com/github/MarkDaoust/docs/blob/load_data/site/en/tutorials/load_data/images.ipynb