diff --git a/modules/deeplearning/cloudheight.py b/modules/deeplearning/cloudheight.py
index 86724250e4ab46b9caa206317e2fa22a67bbedba..b98c781c91252fc7f599fc9a1d305144341d31a8 100644
--- a/modules/deeplearning/cloudheight.py
+++ b/modules/deeplearning/cloudheight.py
@@ -262,7 +262,7 @@ class CloudHeightNN:
                 # Memory growth must be set before GPUs have been initialized
                 print(e)
 
-        self.strategy = tf.distribute.MirroredStrategy()
+        #self.strategy = tf.distribute.MirroredStrategy()
 
     def get_in_mem_data_batch(self, time_keys):
         images = []