destiny

Results 20 comments of destiny

> 代码已经给出提示了,代码中加上vm.setJni(this) 请问下面的报错可能是什么原因? `JNIEnv->GetMethodID(android/content/pm/PackageManager.getPackageInfo(Ljava/lang/String;I)Landroid/content/pm/PackageInfo;) => 0x3bca8377 was called from RX@0x4000388c[libtest.so]0x388c [08:56:35 699] WARN [com.github.unidbg.linux.ARM64SyscallHandler] (ARM64SyscallHandler:368) - handleInterrupt intno=2, NR=-1073744232, svcNumber=0x11e, PC=unidbg@0xfffe0274, LR=RX@0x400038b0[libtest.so]0x38b0, syscall=null java.lang.ClassCastException: class com.github.unidbg.linux.android.dvm.DvmObject cannot be cast to...

@linjieccc Hi,循环跑信息抽取任务时,GPU占用不高,我想充分利用GPU,开多线程效果不佳,然后多进程,也遇到了类似问题,运行环境BML V100单卡,paddlenlp最新版本,复现代码如下: ```python from paddlenlp import Taskflow import time from multiprocessing import Process schema = ['时间','人物','地点'] def fun(idx): ie = Taskflow("information_extraction", schema=schema, model='uie-nano') st = time.time() for i in...

> Very good job @siriusdemon and thanks for sharing! > Tried to push it to GPU but speed is almost same compared to CPU in my case, anybody more successful?...

> 其中一种实现: https://zhuanlan.zhihu.com/p/275989233?utm_source=qq > 另一种实现: https://my.oschina.net/u/3337401/blog/4708258 请问楼主,yolov5是按照第二种实现的吗,我看params和第一种实现的不一样

mutlit thread two hours, such as: ``` 2021-06-24 02:51:16,031 INFO a.cpp:10 test a 2021-06-24 02:51:16,612 INFO b.cpp:10 test b 2021-06-24 02:51:16,873 INFO a.cpp:10 test a 2021-06-24 02:51:17,053 INFO b.cpp:10 test...

> > 1 可能问题 比对一下 onnx和ncnn输入图片之前的预处理图片数据是否一致 2 可能问题 onnx转ncnn 有算子不支持 错误或者用pnnx转模型试试 小老弟 > > 这两个猜测不太可能哈。 首先,这两个Python文件在附录bug_report.zip里面是有的。里面的预处理方法是一致的。 其次,如果onnx转ncnn 有算子不支持,那么会在转的那一步就失败,目前的情况是在onnxsim之后转成功模型了,但是结果不一致。 不过pnnx是个方法,我会考虑尝试的。Thanks anyway! onnxsim不要用--overwrite-input-shape试试

My model was supposed to output 1x2 through the GEMM operator, but it turned out to be 1x2x8. Then I optimized my onnx model again, and when exporting ncnn again,...

@DefTruth 如果有PC客户端部署的场景的话,可能仍有一部分用户使用的机器到目前为止是win7 32位,这个确实头疼