04 2020 档案

摘要:这么简单的环境配置搞了三天,圈内Bug太多,缺少DLL等一系列问题。总结一下,希望网友们少走弯路,亲测有效。 环境:anaconda2020.02,tensorflow-gpu:1.8.0,python3.6,cuda9.0(听说就是因为cuda是10.0以上版本pip的tensorflow-gpu 阅读全文
posted @ 2020-04-30 10:32 Turing-dz 阅读(576) 评论(0) 推荐(0)
摘要:1.cd D:\Softwares\Mondo\mongodb-win32-x86_64-2008plus-ssl-4.0.18\mongodb-win32-x86_64-2008plus-ssl-4.0.18\bin》》打开mongo环境 2.mongod.exe --dpath D:\DeepL 阅读全文
posted @ 2020-04-29 12:42 Turing-dz 阅读(106) 评论(0) 推荐(0)
摘要:一.电脑内的环境 1.查看:where python 2.查看里面的库:pip list 3.查看当前python环境:import sys>>print(sys.path) 4.python的标准库位置:%python安装路径%\Lib 5.python的第三方库位置:%python安装路径%\L 阅读全文
posted @ 2020-04-28 14:22 Turing-dz 阅读(219) 评论(0) 推荐(0)