Ryuk

Results 19 issues of Ryuk

Hi Turing311, thanks for sharing code. I noted that you've run this project on armv7 1GHz. Could your please tell the processing time of one frame? Is it able to...

我用这种方式申请的Tensor ![image](https://user-images.githubusercontent.com/22525811/190596687-f7ad34be-abb6-4543-8459-f57265d3f620.png) 然后使用`delete output_tensor`删除,使用valgrind还是检测到内存泄漏 ![image](https://user-images.githubusercontent.com/22525811/190597507-46eb5925-8c0f-4149-bdd1-d0892147e2f9.png)

我在转换多输入多输出的模型时候结果不对,使用fastTestOnnx.py报如下的错误,请问如何定位是哪个位置转换出问题了呢? ![image](https://user-images.githubusercontent.com/22525811/188896387-2da7a7f0-6993-4992-b8de-077046910efe.png) ```

大佬,我看见你提的这个[issues]( https://github.com/NVIDIA/NeMo/issues/215),我想请教一下,英文语音识别使用bpe建模,语言模型训练数据是怎么个形式呢?如果是如下这种形式 THANK YOU _THANK _YOU 能使用这个ctc_beam_search_decoder_batch函数解码吗

### Branch master branch https://mmocr.readthedocs.io/en/latest/ ### 📚 The doc issue I want to do some customtized modifiations based on the models in mmocr but I cannot find the implementations of...

juan juan juan juan juan

I use simplestl in rtos system, it crashed when run a = b ``` char str[] = {"aaaa"}; sring b; b = a; ```

make it's ok when using lm rescoring with transformer lm

### 🔎 Search before asking - [x] I have searched the PaddleOCR [Docs](https://paddlepaddle.github.io/PaddleOCR/) and found no similar bug report. - [x] I have searched the PaddleOCR [Issues](https://github.com/PaddlePaddle/PaddleOCR/issues) and found no...