
This condition always is True. Idk why, but if x.size()=torch.Size([112, 112]) and [self.img_size-16, self.img_size-16]=[112, 112], then it has to be False, cuz they are equal, but the if thinks they are not. Kinda weird to use if statement, what always is true.
This condition always is True. Idk why, but if x.size()=torch.Size([112, 112]) and [self.img_size-16, self.img_size-16]=[112, 112], then it has to be False, cuz they are equal, but the if thinks they are not. Kinda weird to use if statement, what always is true.