ASHLEYDX

Results 6 issues of ASHLEYDX

![image](https://user-images.githubusercontent.com/32126435/100078022-fe780400-2e7d-11eb-9133-c795e2c8d5bc.png)

将ocr-lstm.pth 利用torch转onnx后第二维维度是1,但发现代码中用的onnx模型第二维是3, 在做框架转换时还需要做什么其他处理吗 ![image](https://user-images.githubusercontent.com/32126435/106854972-2ba32700-66f7-11eb-9ce5-9b0deee9ea0e.png)

DBnet的模型训练采用的是https://github.com/WenmuZhou/DBNet.pytorch 生成pytorch模型 但在torch.onnx.export 时报错 请问下怎么解决的

官方的部署教程在make那一步一直显示“make: *** No targets specified and no makefile found. Stop.”

For the same whisper model (small), faster-whisper is even slower than origin whisper model. To load the model, my code is : """ from faster_whisper import WhisperModel model=WhisperModel("small", device='cpu',compute_type='int8' """...