DefTruth

Results 39 issues of DefTruth

## Bug Description ## To Reproduce Steps to reproduce the behavior: 1. 2. 3. ## Expected behavior ## Environment > Build information about Torch-TensorRT can be found by turning on...

bug

- add fp16 dtype support for paddle parser

![image](https://github.com/DefTruth/statistic-learning-R-note/assets/31974251/561384a1-fbc3-40ed-af62-98268904f387)

Features: * export_onnx.py to export dynamic and static onnx files. * infer_onnx.py, test demo. * C++ inference for MGMatting export onnx: ```shell # cd to code-base, then run PYTHONPATH=. python3...

QA_corpus数据集方便介绍一下吗?

FILL IN THE PR DESCRIPTION HERE FIX https://github.com/vllm-project/vllm/issues/4171 allow non-power-of-two head sizes in prefix prefill with alibi, this is a small fix based on https://github.com/vllm-project/vllm/pull/4128. **BEFORE SUBMITTING, PLEASE READ THE...

![cuda-learn-note](https://github.com/DefTruth/CUDA-Learn-Note/assets/31974251/882271fe-ab60-4b0e-9440-2e0fa3c0fb6f)

stale

## error log | 日志或报错信息 | ログ 想把RobustVideoMatting(稳健视频抠图模型)用ncnn跑起来,经过一番折腾后成功转成静态维度的onnx,并且使用了onnxsim去除了胶水op,用onnxruntime可以顺利跑通转换后的模型;然后将其转换成ncnn,在转换时报错: ```shell onnx2ncnn rvm_mobilenetv3_fp32-480-480-sim.onnx rvm_mobilenetv3_fp32-480-480.param rvm_mobilenetv3_fp32-480-480.bin Unsupported split axis ! Unsupported split axis ! ``` 在使用ncnn的c++和python接口进行推理时,出现错误,c++提示空指针,python的则是直接崩溃。 ![image](https://user-images.githubusercontent.com/31974251/137158086-f7e4985d-6dac-4970-a6d8-ed0e63c8a0cf.png) 所有ex.input返回的错误码都是0,应该是正常的,但是在ex.extract("fgr",fgr)开始,返回的错误码是-100,data是一个空指针,导致cv::Mat初始化出错,程序崩溃。折腾了2天也没解决,目前依然没有头绪🤔,于是决定来这里占个坑~ 🙄 ## model | 模型...

### Your current environment ```text The output of `python collect_env.py` Collecting environment information... PyTorch version: 2.3.0+cu121 Is debug build: False CUDA used to build PyTorch: 12.1 ROCM used to build...

bug