摘要:
# 创建一个名为python34的环境,指定Python版本conda create --name python34 python=3.4# 使用activate激活某个环境activate python34 # for Windows如果忘记了名称我们可以先用conda env list查看sou 阅读全文
posted @ 2021-12-27 15:41
heyrro
阅读(119)
评论(0)
推荐(0)
摘要:
1.出现cannot import name ‘tf2‘是因为keras与tensorflow版本不一 2.如果出现网速过慢,无法下载的问题 使用:pip --default-timeout=100 install 库名称 -i http://pypi.douban.com/simple/ --tr 阅读全文
posted @ 2021-12-27 11:34
heyrro
阅读(438)
评论(0)
推荐(0)