David Reiss
David Reiss
Missing detail in error messages is a known problem in the 1.3 release. Check out the just-released PyTorch 1.4!
What version of PyTorch are you using? There was a bug causing this behavior that has been fixed.
Can you try with the latest release and tell me if you're still seeing this? Please make sure that the version of libtorch that you've downloaded matches the jar that...
We published 0.0.4 a few weeks ago. Thanks for the positive feedback!
Yeah, I want to do this. I just haven't had time. It's very hard to verify that this doesn't cause some subtle but insidious problem on any version of Android.
Thanks for the very clear bug report. If you change the `getMethod` call to `getMethod`, does that fix the issue?
Does it make sense to add java.lang.Exception, for completeness, and have most of these extend that, rather than Throwable? Does it make sense to move these to Exceptions.h? ArrayIndexOutOfBounds exception...
> just expose the predefined exception for an easy use The issue here is that there are some deficiencies in the existing implementations that didn't cause any problems with the...
We enable every forward CPU op on mobile. I think the issue here is that this particular op doesn't have a portable implementation. We would be interested in a PR...
I don't have a list because we haven't tested out every niche op, but if there is any op that doesn't have a non-Intel implementation, I'd be open to seeing...