Jun-09-2020, 01:47 PM
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
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