From bcad669cc1196a9cbad16725693eeab311b02a91 Mon Sep 17 00:00:00 2001 From: Aaron Edsinger Date: Wed, 13 Oct 2021 15:05:48 -0700 Subject: [PATCH] document temp fix --- stretch_deep_perception/nodes/deep_models_shared_python3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stretch_deep_perception/nodes/deep_models_shared_python3.py b/stretch_deep_perception/nodes/deep_models_shared_python3.py index c4ec8a8..9594569 100644 --- a/stretch_deep_perception/nodes/deep_models_shared_python3.py +++ b/stretch_deep_perception/nodes/deep_models_shared_python3.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 def print_model_info(model, text_name): - return + return #Error when running this, turn off for now. layer_names = model.getLayerNames() print('{0}.getLayerNames() ='.format(text_name), layer_names) output_layer_indices = model.getUnconnectedOutLayers()