2017-03-22 5 views
1

Je dois installer un Tensorflow nightly build depuis la dernière version stable a un problème critique qui ne me permet pas de travailler qui semble corrigé dans la nuit. Je veux éviter d'essayer de me compiler tensorflow de la source et je l'ai trouvé un guide sur l'installation nightly build en utilisant PIP Par exemple, cette commandeInstallation de Windows Tensorflow "Nightly Build" en utilisant PIP

pip install http://ci.tensorflow.org/view/Nightly/job/nightly-matrix-cpu/TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON3,label=mac-slave/lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-0.11.0rc1-py3-none-any.whl 

était pour tensorflow 0,11 nightly build pour Mac

Regarder this link et le lien pour windows nightly build: J'ai essayé de régler la commande pour installer tensorflow 1.0.1 pour windows nuit ainsi:

pip install http://ci.tensorflow.org/view/Nightly/job/nightly-win/TF_BUILD_CONTAINER_TYPE=CPU,TF_BUILD_IS_OPT=OPT,TF_BUILD_IS_PIP=PIP,TF_BUILD_PYTHON_VERSION=PYTHON3 /lastSuccessfulBuild/artifact/pip_test/whl/tensorflow-1.0.1-cp35-cp35m-win_amd64.whl 

sans succès

Quelqu'un pourrait-il m'aider?

+0

Vous devriez https://www.tensorflow.org/install/install_mac –

+0

@AjaySingh Je n'ai pas besoin d'installer tensorflow sur MAC, j'ai besoin d'installer la dernière version nocturne pour Windows – AndreaF

Répondre