Update TensorFlow

前端 未结 8 1641
逝去的感伤
逝去的感伤 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:57

    This is official recommendation for upgrading Tensorflow.

    To get TensorFlow 1.5, you can use the standard pip installation (or pip3 if you use python3)

    $  pip install --ignore-installed --upgrade tensorflow
    

提交回复
热议问题