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 ?
CodePudding user response:
Short answer: No, you don't have to modify the Tensorflow source code.
Long answer with example detailled here.