RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
File "code/torch/utils/misc.py", line 10, in forward
x: Tensor) -> Tensor:
model = self.model
return (model).forward(x, )
RuntimeError: The following operation failed in the TorchScript interpreter. Traceback of TorchScript, serialized code (most recent call last): File "code/torch/utils/misc.py", line 10, in forward x: Tensor) -> Tensor: model = self.model return (model).forward(x, )