Andrei-Marius Avram
Results
2
comments of
Andrei-Marius Avram
@ooshyun I am encountering the same issue as you do. Have you managed to fix it?
> Hi, I changed torch.jit.script to torch.jit.trace in export_impl function(df/script/sexport.py) as below, > > ```python > # df/script/sexport.py > # model = torch.jit.script(model, example_inputs=[tuple(a for a in inputs)]) # error...