我使用安裝在Ubuntu tensorflow下面的下面的命令如何運行Recurrent Neural Networks示例程序是tensorflow?
sudo apt-get install python2.7
sudo apt-get install python-dev
sudo apt-get install python-pip
pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.5.0-cp27-none-linux_x86_64.whl
安裝所有在tensorflow網站給出的任何工作正常,基本程序後。但我能夠運行Recurrent Neural Networks示例程序(無論它們提供了哪些僞代碼),因爲我知道我們是否使用pip models/rnn/ptb文件夾安裝它,還有一些其他文件夾丟失。如何解決這個問題? 後來我才知道,如果我們使用docker安裝它,它會安裝它的所有依賴項。但在碼頭安裝也有問題。 whenevr我檢查(塢窗version命令)它顯示以下信息
Client:
Version: 1.9.0
API version: 1.21
Go version: go1.4.2
Git commit: 76d6bc9
Built: Tue Nov 3 17:43:42 UTC 2015
OS/Arch: linux/amd64
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
如何解決此問題?(我用下面的命令
which wget
sudo apt-get update
sudo apt-get install wget
wget -qO- https://get.docker.com/ | sh
docker run hello-world (showing Cannot connect to the Docker daemon. Is the docker daemon running on this host?
))
如何解決這個也是?
安裝搬運工
k。我已經看到它了。我的問題是碼頭正在顯示無法連接到Docker守護進程。碼頭守護程序是否在該主機上運行?所以我不能使用docker –