Problem with The MobileNetBackbone class from the programming assignment .
I filled the code in the MobileNetBackbone class where it was required but it does not work and It’s been a week that I fail to find the problem in the code. The error message says the following:
RuntimeError: The size of tensor a (4) must match the size of tensor b (16) at non-singleton dimension 3
Has anybody came accross the same problem??