Skip to content

Commit 4feb828

Browse files
committed
add notes for debug
1 parent 8728704 commit 4feb828

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ Then you can start classifying realtime sensor data. We have examples for:
6767
6868
## Troubleshooting
6969
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+
7079
### [Errno -9986] Internal PortAudio error (macOS)
7180
7281
If you see this error you can re-install portaudio via:

0 commit comments

Comments
 (0)