Upsampling layer needs equal width and height?

When I tried to compile my Keras model using TVM, it gave me an error that the input to the upsampling layer in my model needs to have equal width and height. Is there a work around this for Tvm?