摘要:
from tensorflow.python.client import device_lib print(device_lib.list_local_devices()) 虚拟机检测不出来显卡的原因是装了tensorflow和tensorflow... 阅读全文
摘要:
我的解决方案是,把他们注释掉! 阅读全文
摘要:
我的解决方案是,把他们注释掉! 阅读全文
摘要:
我的解决方案是,把他们注释掉! 阅读全文
摘要:
scipy是桥梁 Python 读Mat neuTracesDic = scio.loadmat(tracePath) neuTraces = neuTracesDic['trace'] Python写mat import numpy as np import h5py import scipy.i 阅读全文
摘要:
scipy是桥梁 import numpy as np import h5py import scipy.io as scio scio.savemat('CCC.mat', PCHRCS_Vessel) ... 阅读全文
摘要:
scipy是桥梁 import numpy as np import h5py import scipy.io as scio scio.savemat('CCC.mat', PCHRCS_Vessel) ... 阅读全文
摘要:
pip install tensorflow-gpu==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 或者: [global] index-url = https://py... 阅读全文
摘要:
pip install tensorflow-gpu==1.12 -i https://pypi.tuna.tsinghua.edu.cn/simple/ 或者: [global] index-url = https://py... 阅读全文
摘要:
晕了,今天不知道怎么出现了这个问题 git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy http://127.0.0.1:1080 问题得到... 阅读全文