Micd Chen
Results
3
issues of
Micd Chen
Dear DaLao: what's the function of "self.offsets" ? self.offsets = np.array((0, *np.cumsum(field_dims)[:-1]), dtype=np.long) def forward(self, x): x = x + x.new_tensor(self.offsets).unsqueeze(0)
如果分类的类别特别多 类似100多个类别 这种一般怎么处理呀