lq0104

Results 14 issues of lq0104

您好,请教下关于网络结构dynamic input size的问题,因为我对tensorrt不是很熟,想问下从技术的角度来讲,tensorRT本身支持这种机制吗,实现难度大不大? @enazoe

抱歉还要打扰一下,我还有个小白问题,之前没做过tensorRT。我看到如果没有engine文件,程序就会根据cfg和weights来默认生成一个engine文件,下次启动时如果已有engine文件就可以直接使用,我看到engine文件也足够的大,超过了weights的大小,我的问题是: engine文件是否已经包含了cfg和weights的所有信息,以便一旦生成engine文件后就不再需要cfg和weights文件了,这样的话模型的整体占用空间就会少一半,因为毕竟yolov3/4/5原始的模型还是很大的;还是说每次启动时cfg和weights是必须的规避不了?我现在看到的现象是如果没有找到cfg和weights,程序就跑飞了

Hi @rockkingjy thx for your sharing great work. I have a question about the "complexDotDivision" function. In my opinion, if a and b are two complex, a = a0 +...

您好,我看到您在以下代码对函数void test(int nn)进行了注释: https://github.com/BBuf/how-to-optimize-gemm/blob/f535985fb95b60fc7f6ea66ba1bb9f5ddc9e8284/armv7a/armv7afp/gflops_benchmark.c#L8 我注意到这个函数其实跟Test.S中的函数其实都是相同的功能,那它们在实际的测试中,时间上有区别吗?

Hello, I would like to ask a question, although it may not be within the scope of this repository. I wanted to understand how to deal with a problem when...

hi @sanchit-gandhi I think the concatenate strategy is excellent, but I have a question. When concatenate_audio=True, I believe it is necessary to enable the wer_threshold filtering during the Pseudo-Labelling phase...

Can I modify a small amount of code in this project for fine-tuning? I know this link (https://huggingface.co/blog/fine-tune-whisper) can also be used for fine-tuning, but the distill-whisper project supports training...

I try to run whisper.cpp with CANN in Ascend NPU 310P3, my cann version is 8.0 I follow this cmd to compile: mkdir build cd build cmake .. -D GGML_CANN=on...

Notice: In order to resolve issues more efficiently, please raise issue following the template. (注意:为了更加高效率解决您遇到的问题,请按照模板提问,补充细节) ## ❓ Questions and Help 请问是否有支持华为Ascend npu的计划? ### Before asking: 1. search the issues. 2....

question