Model conversion issue : yusuf802/Leaf-Disease-Predictor

Coud you guide for the below issue:
I am trying to convert leaf disease pytorch pretrained into tflite.
but facing issue related unsqueeze dimension and tensor flow back end is not supported. while convert from safe-tensor model to onnx(while opset< 13) and onnx to .pb model (while opset > 13).

Of course you can use the forum, but I think you’ll get an answer very quickly if you go to the ONNX community, randomly select a repo and open a Discussion and ask. It’s quite hard to get the author to realise you’re talking about a problem on a forum…

Have you tried this already?