You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Failed running ssd-mobilenet run_frozen_graph_ssdmob.py in python3 because of the python3 Syntax
Here is the error message
```
File "/workspace/intelai_models/inference/int8/run_frozen_graph_ssdmob.py", line 186
print tensor.shape
^
SyntaxError: Missing parentheses in call to 'print'
```
Change the Syntax to support python3
0 commit comments