tensorflow-deep-learning
tensorflow-deep-learning copied to clipboard
google tensorflow deep learning for big data examples
tensorflow docker failure. pip install --upgrade /tmp/pip/tensorflow-*.whl' returned a non-zero code: 2 from commands below on Ubuntu 14 LTE ``` $ git clone --recurse-submodules https://github.com/tensorflow/tensorflow $ sudo docker build -t...
with ``` sudo docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . ``` Extension file not found: 'google/protobuf/protobuf.bzl'. ``` ubuntu@ubuntu-virtual-machine:~$ sudo docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . Sending build context to...
who knows, tensorflow docker build fail after 1465.329s using ``` docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . ``` ``` ____[4 / 4] Cloning https://github.com/palantir/plottable.git: Resolving deltas (52495 / 60274) ____[4...
Instructions fail from https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker ``` $ git clone https://github.com/tensorflow/tensorflow $ docker build -t $USER/tensorflow-full -f Dockerfile.cpu . ``` ``` ubuntu@ubuntu-virtual-machine:~/tensorflow$ docker build -t $USER/tensorflow-full -f Dockerfile.cpu . unable to prepare...
"NameError: global name 'display' is not defined" ImportError: No module named scipy.ndimage when starting [mandelbrot-tensorflow.py](https://github.com/tobigithub/tensorflow-deep-learning/blob/master/examples/mandelbrot-tensorflow.py)
When running mandelbrot-tensorflow.py ``` vm@ubuntu:~/tensorflow/tk$ python mandelbrot-tensorflow.py Traceback (most recent call last): File "mandelbrot-tensorflow.py", line 8, in from IPython.display import clear_output, Image, display ImportError: No module named IPython.display ```