Created
June 17, 2019 11:00
-
-
Save AngelBerihuete/7894f15d78a7f8b4355566213d307dfd to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://www.quora.com/How-can-I-ensure-that-my-TensorFlow-is-running-by-GPU-or-not-by-GPU | |
sess = tf.Session(config=tf.ConfigProto(log_device_placement=True)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment