Yasin40
Yasin40
> Hi, > > Was the version of PyTorch and torchvision used to run on the second environment the same as in the machine used to export the model? Thanks...
> Also, @Yasin40 have you tried re-exporting the model in Python and running it again in C++? Yes. Also i tested in this way: ``` import sys import time from...
anyone can help me? I tested `resnet18` from `torchvision model` instead `mobilenetv3` and works. Whats problem about mobilenetv3 and `Linear`?
Anyone can help me?
> I tried to write an example with Identity module at top of trunk PyTorch, the issue is not reproducible. > > Could you try loading a toy module generated...
> @Yasin40 instead of using `torch.jit.trace`, can you try using instead `torch.jit.script` on your model? Yes, I test ``torch.jit.script`` and not affected.
> @Yasin40 so you mean that `torch.jit.script` works successfully? If that's the case, then I believe we can close this issue, as `torch.jit.script` effectively replaces `torch.jit.trace` whenever the model can...
No, if this problem was relate to category, doesn't work by change to 640,640. Am i right?