Update TensorFlow

前端 未结 8 1638
逝去的感伤
逝去的感伤 2020-12-28 13:12

I\'m working with Ubuntu 14.04 , I had a TensorFlow V0.10 but I want to update this version. if i do:

$ pip install --upgrade $TF_         


        
8条回答
  •  抹茶落季
    2020-12-28 13:41

    Tensorflow upgrade -Python3

    >> pip3 install --upgrade tensorflow --user
    

    if you got this

    "ERROR: tensorboard 2.0.2 has requirement grpcio>=1.24.3, but you'll have grpcio 1.22.0 which is incompatible."

    Upgrade grpcio

    >> pip3 install --upgrade grpcio --user
    

提交回复
热议问题