I am trying to create cnn without any framework.
https://colab.research.google.com/drive/1SRx1ThnvwjwD-uzgiDvL4IL5BjqvrQAB?usp=sharing
Here is the code
The architecture is correct of this cnn as I have done both forward and backward pass successfully without any errors.
Main problem occurs when I do even a single back propagation step then it starts to predict same output for every input.
Now, I think I have made some mistakes while declaring some parameters like filters or weights or I have some problem with back prop .
Please take a look and helpp!!!