随笔分类 -  深度学习

摘要:安装keras :~/PycharmProjects$ pip install -i https://pypi.tuna.tsinghua.edu.cn/simple kerasLooking in indexes: https://pypi.tuna.tsinghua.edu.cn/simpleC 阅读全文
posted @ 2020-12-10 21:58 forest_128 阅读(172) 评论(0) 推荐(0)
摘要:查看版本号 :~$ python -VPython 3.7.5 :~$ pip3 -Vpip 18.1 from /usr/lib/python3/dist-packages/pip (python 3.7) :~$ pip -Vpip 18.1 from /usr/lib/python3/dist 阅读全文
posted @ 2020-12-10 21:24 forest_128 阅读(260) 评论(0) 推荐(0)
摘要:Tensorflow、Keras下载安装 转自:https://zhuanlan.zhihu.com/p/95065951 以下是根据自己需要在上面教程基础上改动的 安装环境: l 操作系统:win10 l python版本:3.8 l NVIDIA显卡驱动版本:432.0 l tensorflow 阅读全文
posted @ 2020-10-12 20:02 forest_128 阅读(5482) 评论(0) 推荐(0)
摘要:cuda、cudnn下载安装教程 安装环境: l 操作系统:win10 l python版本:3.8 l NVIDIA显卡驱动版本:432.0 l CUDA:10.1 l cudnn:8.0.3 注意CUDA、cudnn、 NVIDIA显卡驱动版本之间的匹配 一般而言,不同版本的CUDA要求不同的N 阅读全文
posted @ 2020-10-12 17:47 forest_128 阅读(8809) 评论(0) 推荐(0)