会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Txwtech
鸿蒙系统APP开发,QT,C#,python,视觉开发 cdtxw@foxmail.com
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
10
···
135
下一页
2026年4月28日
tensorRT10.0 TensorRT12.4
摘要: 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)
2026年4月27日
c++ gpu推理报错onnx runtime
摘要: 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)
2026年4月24日
cuda-toolkit-archive--onnxruntime-win-x64-gpu-1.24.2 对应cuda_12.4.1,cudnn9.21
摘要: 这个版本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)
2026年4月23日
yolov5 c++推理onnx报错
摘要: 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)
2026年4月19日
app开发myapplicaion2
摘要: 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{ity}: java.lang.IllegalStateException: System services not available to Activities before onCreate()
摘要: 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'
摘要: DateUtil cannot resolve symbol 'DateUtil' 点击右上角同步
阅读全文
posted @ 2026-04-19 10:39 txwtech
阅读(10)
评论(0)
推荐(0)
2026年4月18日
Attempt to invoke virtual method 'boolean java.io.FileDescriptor.isSocket$()' on a null object reference
摘要: 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)
android app开发全屏显示
摘要: 方法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)
android studio ide开发环境注释快捷键
摘要: ctrl+/
阅读全文
posted @ 2026-04-18 17:17 txwtech
阅读(7)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
10
···
135
下一页