python3.8下面安装tensorflow 1的对应版本

今天想看bert对应的源码,所以需要将tensorflow2的版本降为tensorflow1的版本,对应的安装指令如下

pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.14.0-py3-none-any.whl 

你可能感兴趣的:(深度学习环境配置)