Improve TFLite Python error handling.
When `InterpreterBuilder` fails, now it fails silently and later user sees "Interpreter was not initialized.". There's no way to get the error message and troubleshoot. This fixes the issue and displays the error message. PiperOrigin-RevId: 205902280
Loading
Please sign in to comment