杨奇(yann qi)
Results
2
issues of
杨奇(yann qi)
In line 64, Change the softmax dim from 2 to 1. According to this line, `probs = F.softmax(self.scale * probs, dim=2)# batch x k x hw` In this code, the...
In this line : [https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/HRNet-OCR/lib/models/seg_hrnet_ocr.py#L64](https://github.com/HRNet/HRNet-Semantic-Segmentation/blob/HRNet-OCR/lib/models/seg_hrnet_ocr.py#L64) Question: According to this line, `probs = F.softmax(self.scale * probs, dim=2)# batch x k x hw ` In this code, the input dimension is [batch_size,...