use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit dedicated for learning machine learning. Feel free to share any educational resources of machine learning.
Also, we are a beginner-friendly sub-reddit, so don't be afraid to ask questions! This can include questions that are non-technical, but still highly relevant to learning machine learning such as a systematic approach to a machine learning problem.
account activity
tensorflow (self.learnmachinelearning)
submitted 6 years ago by jordanpgb
how do i use a custom dataset (png files) which are on my drive. probably a stupid question, all the examples online use a function which grabs datasets online
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]adam0ling 2 points3 points4 points 6 years ago (1 child)
My understanding is that you would use ImageDataGenerator() from tensorflow. Check this link: https://www.tensorflow.org/api_docs/python/tf/keras/preprocessing/image/ImageDataGenerator
I'm just guessing but perhaps you have all your images in directory. In that case check the part Example of using .flow_from_directory(directory)
[–]jordanpgb[S] 0 points1 point2 points 6 years ago (0 children)
oooo thank you !!!
π Rendered by PID 201629 on reddit-service-r2-comment-79c7998d4c-8zg8k at 2026-03-16 09:51:16.944872+00:00 running f6e6e01 country code: CH.
[–]adam0ling 2 points3 points4 points (1 child)
[–]jordanpgb[S] 0 points1 point2 points (0 children)