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()