I'm trying to implement Yolo Architecture for Object localization task but it doesn't seem to learn anything i tried different learning rates , model sizes , batchsize and even different grid sizes but nothing seems to work after some time loss plateaus out it is not even overfitting to training data
here is the link of notebook in Kaggle : https://www.kaggle.com/code/parthvala/object-detection-testing
can someone please check it i don't know what is wrong with it