0

I am trying to build a convolution neural network which classifies between cats and dogs,to train that network I am using Kaggle as a tool ,I have uploaded all the data sets consisting of 8000 training set and 2000 testing set.

Problem is how to fetch the data from the input folder? Screenshot is in the below link.

Click here to view image

This is the error which I am getting.

Click here to view image

Thanks for the help!

jww
  • 97,681
  • 90
  • 411
  • 885
Brij
  • 33
  • 1
  • 6

1 Answers1

1

It seems you may have misspelled your actual folder name "predictive" and instead have spelled it "predective" in the code.

-Lando

LJF
  • 11
  • 3
  • You can use [tab complete](https://en.wikipedia.org/wiki/Command-line_completion) in kernels; I find it helps me with spelling mistakes (I'm dyslexic, so it's a big problem for me). – Rachael Tatman Oct 16 '18 at 17:45