Would anyone be willing to take a look at my project and help me figure out what I’m doing wrong? For some reason my initial accuracy is always 0.0, my graphs don’t seem to be coming up correctly and I’m getting dim errors when I try to test individual images.
Here is my notebook - a work in progress.
UPDATE
Well I managed to figure out that the dim errors I was getting on individual test images, was because I forgot to resize them to the same size as the training and validation images. I’m still a little unsure on the initial accuracy always showing 0.0, that just seems off to me. I’m still having issues with the graphs as well, specifically my accuracy and validation graphs. I’m only showing one data point each time I plot.