Closed UnderTheMangoTree closed 1 month ago
the output dim of Pt_fc is [B,10] but the input dim of HeadNet must be [B, 256]. Therefore, running open_source_train_mnist.py will generate errors.
Hello! Sorry, there is some redundant code here. You can see that self.linear3 in Pt_fc is not actually used, and its output is still 256-dimensional. Hope this helps you!
Thank you for your response!
the output dim of Pt_fc is [B,10] but the input dim of HeadNet must be [B, 256]. Therefore, running open_source_train_mnist.py will generate errors.