I am trying to convert a fairly large model with an EfficientDet backbone to FP16. Conversion succeeds, but when running inference I get NaN output values for certain inputs. I managed to reproduce ...