Kears/TensorFlow layer UpSampling2D()
cannot be deployed to TensorRT (known behavior).
I am trying to find a solution by replacing the layer UpSampling2D()
by other Keras layer with parallel behaviour.
Theoretically Conv2DTranspose()
should do the work, by setting specific weights and fixing the weights of the layers in training.
I am looking for some help on how to do that.