Home > OS >  Why this model can't overfit one example?
Why this model can't overfit one example?

Time:12-14

I am practicing conv1D on TensorFlow 2.7, and I am checking a decoder I developed by checking if it will overfit one example. The model doesn't learn when trained on only one example and can't overfit this one example. I want to understand this strange behavior, please. This is the link to the notebook on colab Output training Overfitting

  • Related