Here is my code:
https://colab.research.google.com/drive/1FiB7cBmffRrooVZ0wZJYzMmuc3GeFjvu?usp=sharing
Not getting good accuracy CNN Cats Dog Project
hey @sanchit123manchanda ,
Some to points to try on:
- Try lower learning rate. like 0.0001 or more lower
- Increase number of epochs
- Split your data into training and validation , to get a better understanding about your model performance.
- Try more augmentations , like rotate , zoom , shear etc.
- While using generators , don’t provide steps per epoch , they will automatically get updated from generators itself.
I hope these points help you .
I have tried but they are also not helping. I have done exactly as shown in the video using train generator. Pls once check the code.
hey @sanchit123manchanda ,
have a look at this https://colab.research.google.com/drive/1A7KAW3FPbRZ03Lb8ubmRUpMU0FYdqvAF?usp=sharing.