flutter_torch_mobile
flutter_torch_mobile copied to clipboard
Null object reference
Thanks for your work!
I tried to use the plugin and got next error Failed to get prediction. Attempt to invoke virtual method 'org.pytorch.IValue org.pytorch.Module.forward(org.pytorch.IValue[])' on a null object reference
I got my model from jit as follows:
traced = torch.jit.trace(net, batch_t.to(DEVICE))
traced.save('model.pt')