Network has dynamic or shape inputs, but no optimization profile has been defined cannot be resolved

python3 -m tf2onnx.convert --saved-model effi_saved_model --output effi_saved_model.onnx --input input_1: 0 [1,260,260,3]

It worked.

thanks you.