上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 329 下一页
摘要: from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) 虚拟机检测不出来显卡的原因是装了tensorflow和tensorflow... 阅读全文
posted @ 2019-12-22 00:14 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 我的解决方案是,把他们注释掉! 阅读全文
posted @ 2019-12-21 19:14 bH1pJ 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 我的解决方案是,把他们注释掉! 阅读全文
posted @ 2019-12-21 19:14 bH1pJ 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 我的解决方案是,把他们注释掉! 阅读全文
posted @ 2019-12-21 19:14 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: scipy是桥梁 Python 读Mat neuTracesDic = scio.loadmat(tracePath) neuTraces = neuTracesDic['trace'] Python写mat import numpy as np import h5py import scipy.i 阅读全文
posted @ 2019-12-21 13:30 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: scipy是桥梁 import numpy as np import h5py import scipy.io as scio scio.savemat('CCC.mat', PCHRCS_Vessel) ... 阅读全文
posted @ 2019-12-21 13:30 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要: scipy是桥梁 import numpy as np import h5py import scipy.io as scio scio.savemat('CCC.mat', PCHRCS_Vessel) ... 阅读全文
posted @ 2019-12-21 13:30 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要: pip install tensorflow-gpu==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 或者: [global] index-url = https://py... 阅读全文
posted @ 2019-12-20 21:28 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要: pip install tensorflow-gpu==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 或者: [global] index-url = https://py... 阅读全文
posted @ 2019-12-20 21:28 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 晕了,今天不知道怎么出现了这个问题 git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy http://127.0.0.1:1080 问题得到... 阅读全文
posted @ 2019-11-24 18:11 bH1pJ 阅读(794) 评论(0) 推荐(0) 编辑
上一页 1 ··· 283 284 285 286 287 288 289 290 291 ··· 329 下一页