ChaoII

Results 82 comments of ChaoII

I've seen the FAQ, but I don't know if reading the host model file has anything to do with networking. ```yml services: ollama: container_name: ollama deploy: resources: reservations: devices: -...

wsl2 下解决了吗?

> paddlex 1.3.11仅支持至paddlepaddle 1.8,paddlex 2.0支持paddlepaddle 2.0及以上。 那这个pyoinstaller打包报这个错误会是版本的问题导致的吗?

> 看报错信息应该是的。 好的,非常感谢解答。。。。

> workspace更快,更简单,更灵活,更优雅,更强大。 请问一下,b站中的hipe视频内容和这个差别大吗?

when I use mutithreading , something with wrong: model: ggml-large-v3-q5_0.bin ``` GGML_ASSERT: C:\Users\AC\CLionProjects\whisper-rust\target\debug\build\whisper-rs-sys-27850de1f340e604\out\whisper.cpp\ggml-cuda.cu:6742: ptr == (void *) (g_cuda_pool_addr[device] + g_cuda_pool_used[device]) error: process didn't exit successfully: `target\debug\whisper-rust.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)...

> > https://github.com/frotms/PaddleOCR2Pytorch 参考这个可以导出onnx > > 您好,我拿PaddleOCR2Pytorch项目提供的pth模型,然后pth转onnx,onnx转ncnn,检测模型效果正常,识别模型精度丢失很严重,拿你提供的ncnn rec模型就识别正常,请问是我漏了什么操作吗?比如修改param的某些算子?其中我识别模型固定shape为1,3,32,320,pth转onnx这一步用onnxruntime推理结果也正常,onnx->onnx-smi->onnx2ncnn全程也没报错,没有提示不支持算子,但转换出的识别模型就是不太行。。。 请问找到原因了么?