From b6d15d76cdbd75a844aa62d7e57c2952f05f8d6c Mon Sep 17 00:00:00 2001 From: tomrink <rink@ssec.wisc.edu> Date: Tue, 19 Jan 2021 17:34:20 -0600 Subject: [PATCH] snapshot... --- modules/deeplearning/cloudheight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/deeplearning/cloudheight.py b/modules/deeplearning/cloudheight.py index 86724250..b98c781c 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 = [] -- GitLab