Python Forum
How to load an image dataset into Tensorflow ?
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to load an image dataset into Tensorflow ?
#1
I was trying to load an image dataset which has 50000 images of cats and dogs.

I don't know the code to load the dataset in tensorflow
If you want to load a csv file in Machine Learning we should use this code:
'pandas.read_csv("File Address")'

How can you do this using Tensorflow
I want to know two things:

1.How to load a csv or excel file in tensorflow using keras or os
2.How to load a file packed with around 50000 images
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020