We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8728704 commit 4feb828Copy full SHA for 4feb828
README.md
@@ -67,6 +67,15 @@ Then you can start classifying realtime sensor data. We have examples for:
67
68
## Troubleshooting
69
70
+### Collecting print out from the model
71
+
72
+To display the logging messages (ie, you may be used to in other deployments), init the runner like so
73
+```
74
+# model_info = runner.init(debug=True) # to get debug print out
75
76
+This will pipe stdout and stderr into the same of your own process
77
78
79
### [Errno -9986] Internal PortAudio error (macOS)
80
81
If you see this error you can re-install portaudio via:
0 commit comments