while in debugging mode, in linear layer of the model gives the class_id all zeros. input size is (91, 1024), weight is (81,1024) and bias is 81. when doing the torch.addmm(bias, input, weight.t()) is gives the all class_id 0 0 0 0 0 0 00 ......... i spend about a week on this issues. please help.
