diff --git a/stretch_deep_perception/nodes/deep_models_shared_python3.py b/stretch_deep_perception/nodes/deep_models_shared_python3.py index d961baa..c4ec8a8 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 layer_names = model.getLayerNames() print('{0}.getLayerNames() ='.format(text_name), layer_names) output_layer_indices = model.getUnconnectedOutLayers()