I tried to follow the architecture of CNN in this paper, ImageNet Classification with Deep Convolutional Neural Networks (https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf). In this paper, they tried to classify 1000 classes, whereas I am just trying to classify 2 classes.
But, my test accuracy got stuck at 50%, and the model is not learning.
I am training with 23K images of cats and dogs, and test with 2500 images.
This is URL to my notebook https://github.com/jinglescode/workspace/blob/master/my-journey-computer-vision/codes/Cats_and_Dogs.ipynb
Could anyone advise what's wrong? What have I missed out? Willing to learn.