08 2020 档案

摘要:第一步,在windows上用anaconda安装飞桨,参考官网指导https://www.paddlepaddle.org.cn/install/quick 中间在执行创建环境时出现报错 conda create --name paddle python=3.7 报错如,"CondaHTTPErro 阅读全文
posted @ 2020-08-13 16:58 maxsmile17 阅读(1259) 评论(0) 推荐(0)
摘要:获得用户名 users = commands.getoutput('echo $USER').strip() 阅读全文
posted @ 2020-08-11 15:44 maxsmile17 阅读(1027) 评论(0) 推荐(0)