Changes

Jump to navigation Jump to search
412 bytes added ,  15:15, 15 May 2019
As researcher:
cd /home/researcher
virtualenv --system-site-packages -p python3 ./venv
source ./venv/bin/activate # sh, bash, ksh, or zsh
pip install --upgrade tensorflow-gpu
python -c "import tensorflow as tf; tf.enable_eager_execution();
print(tf.reduce_sum(tf.random_normal([1000, 1000])))"
And this doesn't work. It turns out that tensorflow 1.13.1 doesn't work with CUDA 10.1! Note: to deactivate virtual environment: deactivate
**Tensorflow

Navigation menu