tensorflow
简单利用conda安装tensorflow-gpu=2.2.0
虚拟环境部分不再赘述,直接给安装代码。
pip install tensorflow-gpu==2.2.0 -i https://pypi.tuna.tsinghua.edu.cn/simple
keras
Win10系统Anaconda+TensorFlow+Keras 环境搭建教程
pip install keras
conda install mingw libpython
最后
这个组合好像并不奏效,但是我也不在乎,毕竟我自己只是为了跑别人的代码配的,现在TensorFlow自己都带了一个keras接口,没必要强搭。
网友评论