Pytorch model to tensorflow conversation

Hi,
I want to convert one pytorch model into tensorflow model. But i don’t have the structure of model. Can it possible to convert without knowing the architecture of model?

I have only pytorch model and i loaded it using jit but i am not able to do convert in tensorflow using onnx library.

Can anyone suggest the solution?