摘要:
activate KerasEnv activate KerasEnv activate KerasEnv 以上的方案不能修改默认的terminal 在setting里,修改project interpreter,修改成KerasEnv就好了 ... 阅读全文
摘要:
num2str(1,'%04d') 阅读全文
摘要:
num2str(1,'%04d') 阅读全文
摘要:
如何获取一个变量的类型? type(noisy_movies.shape) 如何获取tuple的形状? noisy_movies.shape 如何拿到tuple形状的第一列? noisy_movies.shape[0] 如何plot出来一张2D数组(像matl... 阅读全文
摘要:
如何获取一个变量的类型? type(noisy_movies.shape) 如何获取tuple的形状? noisy_movies.shape 如何拿到tuple形状的第一列? noisy_movies.shape[0] 如何plot出来一张2D数组(像matl... 阅读全文
摘要:
pip install tensorflow-gpu==1.12.0 pip install Keras = 2.1.0 cudnn-8.0-windows10-x64-v6.0.zip cuda_8.0.44_win10.exe 先安装:Cuda8... 阅读全文
摘要:
pip install tensorflow-gpu==1.12.0 pip install Keras = 2.1.0 cudnn-8.0-windows10-x64-v6.0.zip cuda_8.0.44_win10.exe 先安装:Cuda8... 阅读全文
摘要:
第一步:配置环境 构造requirements.txt tensorflow-gpu==1.14.0Keras==2.1.5 使用指令: python -m pip install -r requirements.txt 第二步:测试 ... 阅读全文
摘要:
第一步:配置环境 构造requirements.txt tensorflow-gpu==1.14.0Keras==2.1.5 使用指令: python -m pip install -r requirements.txt 第二步:测试 ... 阅读全文
摘要:
pip list conda list 阅读全文