Search code examples
tensorflowkerasoptimizationpredict

TensorFlow optimisation during running model speed up Predict


I want to disable a computation of several filters during Predict call with Tensorflow 2 and Keras.

Do i have to modify the source code of Tensorflow to achieve that ?


Solution

  • Short answer: No, you don't have to modify the Tensorflow source code.

    Long answer with example detailled here.