Tobias Kind
Tobias Kind
Could be, they are all single measurements from single sources, basically more test cases would provide a more a accurate picture. It basically relies on secondary published sources (and different...
THIS CAN ONLY BY RESOLVED by installing all required tensorflow libraries and dependencies ``` # Install pyton virtual environment sudo apt-get install python-pip python-dev python-virtualenv virtualenv --system-site-packages ~/tensorflow cd ~/tensorflow...
I was not even able to see the beautiful pictures you see, only the events.
The tutorial and readme is probably based on a VM or docker image. All computations and relative directories are based on c:/tensorflow# hence the main directory. Not very clean. So...
The word2vec examples requires a bazel setup and compilation. See [TF word2vec readme](https://tensorflow.googlesource.com/tensorflow/+/master/tensorflow/models/embedding)
tensorflow documention is wrong at https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker use ``` $ git clone --recurse-submodules https://github.com/tensorflow/tensorflow $ sudo docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . ```
tensorflow documention is wrong at https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/docker use ``` $ git clone --recurse-submodules https://github.com/tensorflow/tensorflow $ sudo docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . ``` to build docker module ``` ubuntu@ubuntu-virtual-machine:~$ git...
Documentation at is wrong it should be ``` git clone https://github.com/tensorflow/tensorflow sudo docker build -t $USER/tensorflow-full -f tensorflow/tensorflow/tools/docker/Dockerfile.cpu . ``` who cares.
make sure to use ``` pip install scipy[all] pip install ipython[all] ``` in virtualenv and python or install system packages ``` sudo apt-get install -qq python-numpy python-scipy ``` a python...
Solution: ``` sudo pip install ipython ``` which leads to error ``` vm@ubuntu:~/tensorflow/tk$ python mandelbrot-tensorflow.py Traceback (most recent call last): File "mandelbrot-tensorflow.py", line 9, in import scipy.ndimage as nd ImportError:...