Changes

Jump to navigation Jump to search
===Testing Tensorflow with GPU in virtual environment===
Create a python file with the following:
import tensorflow as tf
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))
Run it in the virtual environment.

Navigation menu