Hi there,
I am trying to export and use a model defined in pytorch by using the “torch.jit.script” method. When I try to use the exported model the result obtained is awful if you compare with the original results. The model loads pretrained weigths and after all of these I use the method “torch.jit.script” and save it to the file. I have found some related issue in github, however I have not managed to solve the problem.
Any idea of the problem? Thank you in advance.