Browse Source

document temp fix

feature/pretty_teleop
Aaron Edsinger 2 years ago
parent
commit
bcad669cc1
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
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()

Loading…
Cancel
Save