Convert dynamic unet to tf lite

Hi,
I have a dynamic Unet model with resnet34 base. I want to be able to run it on google edge TPU. As edge TPU only supports tflite models.
Has anyone able to convert it without any errors?
Any help would be appreciated.