From 4baff2fcec99f5aee49625270b7336c9226a2bbe Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Wed, 6 Oct 2021 13:01:24 -0500
Subject: [PATCH] minor

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

diff --git a/modules/deeplearning/icing_cnn.py b/modules/deeplearning/icing_cnn.py
index 3b582a58..6bc3487c 100644
--- a/modules/deeplearning/icing_cnn.py
+++ b/modules/deeplearning/icing_cnn.py
@@ -217,6 +217,7 @@ class IcingIntensityNN:
 
         tf.debugging.set_log_device_placement(LOG_DEVICE_PLACEMENT)
 
+        # Note: Don't do this anymore, because nobody else willing to do so as well!
         # gpus = tf.config.experimental.list_physical_devices('GPU')
         # if gpus:
         #     try:
-- 
GitLab