上一页 1 2 3 4 5 6 7 8 9 10 ··· 135 下一页
摘要: https://developer.nvidia.com/tensorrt/download/10x https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/10.0.1/zip/TensorRT-10.0.1 阅读全文
posted @ 2026-04-28 13:06 txwtech 阅读(29) 评论(0) 推荐(0)
摘要: gpu推理报错 缺少:cudnn_heuristic64_9.dll Non-zero status code returned while running Conv node. Name:'Conv_0' Status Message: Failed to initialize CUDNN Fro 阅读全文
posted @ 2026-04-27 16:11 txwtech 阅读(53) 评论(0) 推荐(0)
摘要: 这个版本onnxruntime-win-x64-gpu-1.24.2 对应cuda_12.4.1,cudnn9.21 https://txwtech.blog.csdn.net/article/details/160433097 https://developer.nvidia.com/cuda-t 阅读全文
posted @ 2026-04-24 14:35 txwtech 阅读(60) 评论(1) 推荐(0)
摘要: auto outputTensors = session.Run(Ort::RunOptions{ nullptr }, inputNames.data(), &inputTensor, 1, outputNames.data(), 1); yolov5推理Onnx出现 inputNames字符含有 阅读全文
posted @ 2026-04-23 10:22 txwtech 阅读(43) 评论(0) 推荐(0)
摘要: app开发myapplicaion2 <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.my 阅读全文
posted @ 2026-04-19 22:02 txwtech 阅读(13) 评论(0) 推荐(0)
摘要: java.lang.RuntimeException: Unable to instantiate activity ComponentInfo{com.example.myapplication/com.example.myapplication.MainActivity}: java.lang. 阅读全文
posted @ 2026-04-19 14:47 txwtech 阅读(10) 评论(1) 推荐(0)
摘要: DateUtil cannot resolve symbol 'DateUtil' 点击右上角同步 阅读全文
posted @ 2026-04-19 10:39 txwtech 阅读(10) 评论(0) 推荐(0)
摘要: Attempt to invoke virtual method 'boolean java.io.FileDescriptor.isSocket$()' on a null object reference 是一个比较底层的网络相关异常 添加网络授权 阅读全文
posted @ 2026-04-18 21:59 txwtech 阅读(11) 评论(0) 推荐(0)
摘要: 方法1,api26 android8.0 // 隐藏标题栏 supportRequestWindowFeature(Window.FEATURE_NO_TITLE); View decorView = getWindow().getDecorView(); int uiOptions = View. 阅读全文
posted @ 2026-04-18 19:00 txwtech 阅读(15) 评论(0) 推荐(0)
摘要: ctrl+/ 阅读全文
posted @ 2026-04-18 17:17 txwtech 阅读(7) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 135 下一页