diff --git a/modules/deeplearning/icing_cnn.py b/modules/deeplearning/icing_cnn.py
index 3b582a5809f97c9afca13296ee8f547e6f7eef3a..6bc3487cd0ac6941a1a9a37f7e4518090f930f3d 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: