How to convert tensorflow or onnx model to pytorch?

I would like to convert my tensorflow model architecture to pytorch,
but I only managed to convert from tensorflow to onnx, how can I now convert onnx to pytorch?