Brokenwind

Results 3 issues of Brokenwind

``` pretrained = 'voidful/albert_chinese_tiny' tokenizer = BertTokenizer.from_pretrained(pretrained) model = TFAutoModel.from_pretrained(pretrained) ``` ![image](https://user-images.githubusercontent.com/16594982/100407148-981ffb00-30a2-11eb-8bdc-60db410623ef.png)

When I convert pretrained darknet model with this command: python3 convert_darknet_torch.py ~/model/darknet/darknet19_448.conv.23 -m model/name=model_voc model/dnn=model.yolo2.Darknet -d --copy ~/model/darknet/darknet19_448.conv.23.pth error happened: Traceback (most recent call last): File "convert_darknet_torch.py", line 142, in...

字符串中只要包含"合作"两个字,就给识别为成了: ` 甘肃省 甘南藏族自治州 合作市 共赢 `

enhancement