立秋

Results 7 issues of 立秋

In the paper table2, why compare Hamming-distance+counting-sort with Euclidean-distance+quick-sort? If choose Euclidean-distance+count-sort, the difference between them will be much small.

```python optimizer = optim.SGD([ {'params': model.conv.parameters(), 'lr': 1}, {'params': model.linear.parameters(), 'lr': 0.1}, ], lr=3e-4, momentum=0.9) ```` Such as this, the optimizer has two different groups. Can anyone give an example?

enhancement
help wanted
module: contrib

下载数据集时报错 运行下面代码: ``` from fastNLP.io import WeiboNERPipe data_bundle = WeiboNERPipe().process_from_file() ``` 抛出异常: File is not a zip file ![image](https://user-images.githubusercontent.com/55238145/195089093-3b02b38c-6dca-4c2e-9dc6-a8c3808c8360.png) 系统是Ubuntu20.04

Nice work! Where can I get the pretrained model of SYSU?

How to get the visualization result like Fig.3?

```python for id in sorted(self.ids): self.all_files.extend(self.files_rgb[id]) #self.rgb_files.extend(self.files_rgb[id]) self.all_files.extend(self.files_rgb[id]) #self.ir_files.extend(self.files_ir[id]) ``` Why both step add files_rgb?

Nice work. When do you plan release code?