silence_tensorflow
silence_tensorflow copied to clipboard
Simple python package to shut up Tensorflow warnings and logs.
Results
1
silence_tensorflow issues
Sort by
recently updated
recently updated
newest added
python version: 3.10.13 silence_tensorflow version: 1.2.1 tensorflow version: 2.14.0 When I run a tflite model it doesn't suppress this message `INFO: Created TensorFlow Lite XNNPACK delegate for CPU.` example: https://gist.github.com/Hussain-Aziz/45b80c63a21bfec98c6ebc9eef1be65c...