- 博客(8)
- 收藏
- 关注
原创 解决rosdep无法使用的问题 | rosdep update time out 更新失败
rosdep update time out 更新失败
2023-03-11 21:52:28
186
原创 conda虚拟环境安装pytorch=1.0.1【pytorch老版本安装】
conda虚拟环境安装pytorch=1.0.1【pytorch老版本安装】pytorch安装1.0.1版本报错
2022-10-26 14:51:05
1760
原创 安装cudnn| 安装cuda | “Could not load library cudnn_cnn_infer64_8.dll. Error code 126” | Tensorflow
问题Windows环境下tensorflow报错:“Could not load library cudnn_cnn_infer64_8.dll. Error code 126”Windows环境下tensorflow的报错信息为:Could not load library cudnn_cnn_infer64_8.dll. Error code 126Please make sure cudnn_cnn_infer64_8.dll is in your library path!使用Pych
2022-05-19 13:31:37
1545
原创 PyCharm与git/GitHub取消关联
1. PyCharm设置2. Git Bash设置Git Bash打开project根目录运行:find . -name ".git" | xargs rm -Rf
2022-04-29 22:07:32
399
原创 np.reshape() | 数组内部展开为一维数组
xx = np.arange(27).reshape(3, 3, -1)for x in xx: y = x.reshape(1, -1) print(x) print(y) print('-----------------------------')结果:[[0 1 2][3 4 5][6 7 8]][[0 1 2 3 4 5 6 7 8]]-----------------------------[[ 9 10 11][12 13 14...
2022-04-29 00:25:19
646
转载 Inter Process Communication(IPC)进程间通信管道、消息队列、共享内存及其同步
Inter-Process Communication(1) The Definition of Inter-Process Communication (IPC)Inter-Process Communication(aka.IPC) refers to a set of OS-supported mechanisms used for interaction (e.g. coordination or communication) among processes.(2) Types of ..
2021-06-12 12:24:54
879
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人