- 博客(11)
- 收藏
- 关注
原创 导出onnx模型(1):torch.onnx.export 多输入
将模型的多个输入构造为dict,输入到torch.onnx.export()函数中,实现多输入模型导出onnx。
2024-05-06 10:40:10
1597
2
原创 pip安装whl文件时报错 is not a supported wheel on this platform
①终端查看系统支持wheel名称。②修改whl文件名称。
2024-04-02 14:13:12
1209
3
原创 import dgl.sparse时报错找不到dgl_sparse_pytorch_2.1.1.dll文件
在导入dgl.sparse模块时显示如下错误,dgl版本1.0.1,torch版本2.1.1+cu118在github上发现类似问题(),显示dgl与2.1.1版本的torch不兼容。
2023-12-11 16:58:46
1046
1
原创 pycharm报错failed to start because it could not find or load the Qt platform plugin “windows“
Anaconda\Library\plugins文件位置并复制路径。pycharm中调用matplotlib进行绘图时出现如下错误。(3)重启pycharm。(2)创建系统环境变量。plugins文件路径。
2023-06-14 11:47:57
531
原创 虚拟机安装ubuntu系统及系统设置
vmtools安装成功后系统屏幕大小就会自适应窗口大小。2.安装vmware tools。1.安装Ubuntu。
2023-04-04 14:17:00
178
1
原创 C++求矩阵大小-sizeof
sizeof用于返回一个对象或者类型所占的内存字节数,对于double类型矩阵matrix,其中每一个元素都是double,总字节数除以double的字节数就是元素的个数。若矩阵为int类型,则分母对应为sizeof(int)
2023-04-03 17:03:11
1274
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人