I am trying to solve Cats vs. Dogs hands on exercise, but strangely both my training accuracy and validation accuracy are stuck at 0.5
If you’ve:
- Normalized images.
- Used correct loss function
- Specified number of output units correctly for this problem
Please click my name and message your notebook as an attachment.
I used wrong architecture. I had used ‘softmax’ instead of ‘sigmoid’. Solved!