Click here to Skip to main content
15,880,608 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I down loaded cats-vs-dogs data on the Desktop of my PC for neural networks analysis but I found it difficult to load onto tensorflow jupyter environment.

What I have tried:

I have tried using tf.keras.datasets.PetImages.load_data()
(train_images,train_labels,test_images,test_labels)=PetImages

it did work. "PetImages" is the data name.
Posted
Updated 27-Apr-22 19:42pm
v2
Comments
Maciej Los 28-Apr-22 14:08pm    
Do you mean this: cats_vs_dogs  |  TensorFlow Datasets[^]?
There's a link to github site, where you do have complete instruction how to load data.

BTW: Win10 is not a correct tag. Use proper one.
Bola Matanmi 28-Apr-22 23:49pm    
Thanks.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900