From 1e7aacae404837ac94af248632c8a43a49b127dd Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Tue, 19 Jan 2021 17:24:24 -0600
Subject: [PATCH] snapshot...

---
 modules/deeplearning/cloudheight.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/deeplearning/cloudheight.py b/modules/deeplearning/cloudheight.py
index ae3bad25..86724250 100644
--- a/modules/deeplearning/cloudheight.py
+++ b/modules/deeplearning/cloudheight.py
@@ -250,6 +250,7 @@ class CloudHeightNN:
         tf.debugging.set_log_device_placement(LOG_DEVICE_PLACEMENT)
 
         gpus = tf.config.experimental.list_physical_devices('GPU')
+        print(gpus)
         if gpus:
             try:
                 # Currently, memory growth needs to be the same across GPUs
-- 
GitLab