Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. # 解决线上环境的一些依赖问题,本地无需这些操作
  2. pip install --upgrade pip msgpack setuptools h5py
  3. pip uninstall tensorflow -y
  4. pip install -U --ignore-installed wrapt
  5. pip install tensorflow==2.0.0-rc1 # 安装 TensorFlow 2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement