We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Flask debug mode causes the app to initialise twice, opening another "handle" to the edge TPU.
Turning debug mode off fixes this.
Ref: https://stackoverflow.com/questions/9449101/how-to-stop-flask-from-initialising-twice-in-debug-mode#:~:text=When%20building%20a%20Flask%20service,Flask%20service%20only%20initialises%20once.
The text was updated successfully, but these errors were encountered:
Thanks for the alert!
Sorry, something went wrong.
Turning off Debug mode per robmarkcole#63
3d343ab
No branches or pull requests
Flask debug mode causes the app to initialise twice, opening another "handle" to the edge TPU.
Turning debug mode off fixes this.
Ref: https://stackoverflow.com/questions/9449101/how-to-stop-flask-from-initialising-twice-in-debug-mode#:~:text=When%20building%20a%20Flask%20service,Flask%20service%20only%20initialises%20once.
The text was updated successfully, but these errors were encountered: