Skip to content
Snippets Groups Projects
Commit 1e7aacae authored by tomrink's avatar tomrink
Browse files

snapshot...

parent e23ee112
No related branches found
No related tags found
No related merge requests found
...@@ -250,6 +250,7 @@ class CloudHeightNN: ...@@ -250,6 +250,7 @@ class CloudHeightNN:
tf.debugging.set_log_device_placement(LOG_DEVICE_PLACEMENT) tf.debugging.set_log_device_placement(LOG_DEVICE_PLACEMENT)
gpus = tf.config.experimental.list_physical_devices('GPU') gpus = tf.config.experimental.list_physical_devices('GPU')
print(gpus)
if gpus: if gpus:
try: try:
# Currently, memory growth needs to be the same across GPUs # Currently, memory growth needs to be the same across GPUs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment