How to Update Tensorflow from source

前端 未结 5 1913
谎友^
谎友^ 2020-12-29 16:34

I installed the latest Tensorflow 0.5.0 from source via git clone. and want to update to Tensorflow 0.6.0

git pull
./configure
baze         


        
5条回答
  •  心在旅途
    2020-12-29 17:27

    updating tensorflow install with sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl. I find it in the below issue,mohamed-ali's comment. https://github.com/tensorflow/tensorflow/issues/1105

提交回复
热议问题