Ying Huang

Results 8 issues of Ying Huang

**1. 环境(environment)** - Build OS and Version: Windows - RunTime OS Version: Windows - RunTime DEVICE: OPENCL **2. Github版本** - branch:SHA-1: a69033975dc717c475f6e353974bcdb3fefd6c6d - commit(optional): **3. 编译方式(compile method)** CMake完整编译参数(full cmake arguments)...

**1. 环境(environment)** - Build OS and Version: ubuntu - RunTime OS Version: Linux - RunTime DEVICE: ARM - 按照教程【https://github.com/Tencent/TNN/blob/master/doc/cn/faq.md#如何创建rknpu编译环境】成功编译好RKNPU_TNN so库(ubuntu, 使用的是master分支, ) ![image](https://user-images.githubusercontent.com/22361533/134896464-93706d9b-acc3-4dc2-b04c-228619bbff42.png) **在rk1808计算棒里(fedora28), 调用RKNPU_TNN so库(包括rknpu ddk那些lib64)编译自己的工程成功. 但是运行失败.** (另外, 用CPU是成功的,用opencl报错:...

**1. 环境(environment)** - Build OS and Version: Windows - RunTime OS Version: Win10 - RunTime DEVICE: x86 cpu **2. Github版本** - branch:master - commit(optional): 0bc50f3 **4. 编译日志(build log)** ```txt pass...

**1. 环境(environment)** - Build OS and Version: Windows - RunTime OS Version: Windows - RunTime DEVICE: TensorRT **2. Github版本** TNN-master-b13720e **5. 详细描述bug 情况 (Describe the bug)** net_和instance_都已经置为nullptr, 内存和显存仍然没有释放

**Is your feature request related to a problem? Please describe.** ![image](https://user-images.githubusercontent.com/22361533/142160572-d75e737b-84c8-4be8-95d7-045bc3efd0b0.png) **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** 我的编译脚本如下: call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvars64.bat" set...

环境:rknn_toolkit-1.7.3-cp36-cp36m-win_amd64.whl 在PC上测试发现一个bug, verbose_file如果是自定义路径,则一切正常。 verbose_file如果是None,则报错 Traceback (most recent call last): File "D:\code\Anaconda3\envs\toy\lib\weakref.py", line 624, in _exitfunc f() File "D:\code\Anaconda3\envs\toy\lib\weakref.py", line 548, in __call__ return info.func(*info.args, **(info.kwargs or {})) File "D:\code\Anaconda3\envs\toy\lib\tempfile.py", line...

# 平台(如果交叉编译请再附上交叉编译目标平台): windows+ndk # Platform(Include target platform as well if cross-compiling): # Github版本:2.9.3 # Github Version: 直接下载ZIP包请提供下载日期以及压缩包注释里的git版本(可通过``7z l zip包路径``命令并在输出信息中搜索``Comment`` 获得,形如``Comment = bc80b11110cd440aacdabbf59658d630527a7f2b``)。 git clone请提供 ``git commit`` 第一行的commit id Provide date...

question