jackiexiao

Results 52 issues of jackiexiao

When I run code like python, it will always back to shell interface and I have to press Enter again back to vim and see the quickfix, is there any...

[feature request]作者可否增加照片墙photo gallery的页面?比如有时候想要在博客中展示自己的旅游照片

feature-request
skill-medium
photo-gallery

it jump to file with last view position instead of matching line, which is quite inconvenient.

enhancement

最近写了一个程序并利用thchs30语料库的拼音标注粗略地对python-pinyin标注的准确性进行评估,供大家参考。 准确率:约96%【**仅供参考,不保证准确性**】 其中,错误次数最高的词如下: ``` 一 232 为 83 不 80 得 36 子 34 上 25 个 23 十 20 可 19 有 19 儿 17 来 17 所 15...

discuss

this maybe a new baby question, I think we should add `self._callback(result=None, error=None)` after finish iteration on `responses` to let callback know stream response is complete and no more response...

enhancement

when using perf_analyzer to analyze a python decoupled model like [triton-decoupled](https://github.com/Jackiexiao/triton-decoupled-cache) using command below ``` perf_analyzer -i grpc --streaming -m repeat --concurrency-range 1:2 -vv --input-data repeat_data.json ``` repeat_data.json ``` {...

enhancement

I want use the unorder list as flashcard, for example - Question1 - Answer1 - Answer2 - Question2 - Answer1 To avoid all unorder list be converted to flashcard, `*`...

I want to use streamlit-webrtc to record wav and save to disk (like `temp.wav'), but I have some problem, after I click `stop` button, audio_buffer become `None` instead of audio...

Montreal-Forced-Aligner: https://github.com/MontrealCorpusTools/Montreal-Forced-Aligner 我常常使用这个训练模型并对齐

将这个仓库变成网页可以访问的形式(可部署在github/gitee page) ![image](https://user-images.githubusercontent.com/18050469/94179748-87e77600-fecf-11ea-9f8a-db0222ff57ec.png) 演示地址 * github page https://jackiexiao.github.io/eat_pytorch_in_20_days/ * gitee page http://jackiegeek.gitee.io/eat_pytorch_in_20_days/ 亮点 * 修改md文件并push到github,网页会自动更新,无需再进一步操作(使用了github action,见.github/workflows/ci.yml) * 完整的目录、搜索功能 * 首页分成了(中文 / 英文)tab 如何使用? * merge PR 然后 setting 中 github...