Thanks for the quick reply! Sure, here's a link to the files to reproduce:
https://drive.google.com/file/d/1_CsTZ74nYQ7mnkymDkUFjVx5iuSlBsJN/view?usp=drive_link
Specifying the input helped resolve a previous issue I was having. Here are the input parameters I'm setting in the online converter tool:
Model parameters: --data_type=FP16 --input_shape=[1,768,768,1]
Compile parameters: -ip FP16
FWIW, I did some more testing and found that trying to convert UNets from the segmentation models package also fails similarly when specifying a 'transposed' decoder block type; UNets with 'upsampling' decoder block types convert just fine.
I also tried converting a single transpose conv2d layer model (included in attached) and that fails similarly.