Using FX for creating pt file

Hi,
I don’t understand the idea about torch.fx yet
Can it replace the torch.jit.trace?
For example, when I used the to_folder method, so a pt file was created inside the folder. When I opened it, it didn’t seem like a standard graph. So I understand that I can’t use it like a model which has been traced by torch.jit.trace.

I would like to understand if I can avoid the jit tracing by using fx.

Thanks.