bug
Luna and Stardust
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
keras和tensorflow对应版本
TensorFlow 1.14.0 + Keras 2.2.5 on Python 3.6. TensorFlow 1.13.0 + Keras 2.2.4 on Python 3.6. TensorFlow 1.12.0 + Keras 2.2.4 on Python 3.6. TensorFlow 1.12.0 + Keras 2.2.4 on Python 2. TensorFlow 1.11.0 + Keras 2.2.4 on Python 3.6. TensorFlow 1.11.0原创 2020-09-13 16:20:21 · 1095 阅读 · 0 评论 -
anaconda 报错HTTPSConnectionPool(host=‘www.anaconda.com‘, port=443): Read timed out
anaconda 报错HTTPSConnectionPool(host='www.anaconda.com', port=443): Read timed out. (read timeout=5)错误的原因:默认镜像源访问速度过慢,会导致超时从而导致更新和下载失败。解决方法:更换镜像源为清华镜像源,并且删除默认镜像源。conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/.原创 2020-09-09 20:00:12 · 12312 阅读 · 1 评论 -
-bash:dirname:command not found的解决办法
-bash:dirname:command not found解决方法:#Ubuntuapt-get install coreutils#CentOSyum install coreutils#osxbrew install coreutils#anacondaconda install coreutils原创 2020-09-03 10:56:41 · 6585 阅读 · 1 评论
分享