Browse Source

Temp fix - printing of deep model layers broken

pull/46/head
Aaron Edsinger 3 years ago
parent
commit
f6427c9443
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      stretch_deep_perception/nodes/deep_models_shared_python3.py

+ 1
- 1
stretch_deep_perception/nodes/deep_models_shared_python3.py View File

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

Loading…
Cancel
Save