Hey, I am trying to train a FCN model(https://pytorch.org/vision/stable/models/generated/torchvision.models.segmentation.fcn_resnet50.html#torchvision.models.segmentation.fcn_resnet50) on a segmentation dataset however the loss doesn't seem to decrease and converge and I'm totally clueless why. I do my backward and forward propagation as well and zero grad my optimizer and .train() my model when needed.
Here is the link to my notebook: https://colab.research.google.com/drive/1lu2taUVvR4o3mYYTFnYkD2gY6lV_K3Rt?usp=sharing
Any help to point me in the right direction would be appreciated.