Absentation

Results 5 comments of Absentation

Similar problem here. i didn't back-port my custom model, instead. I updated torchvision lite to 1.12 and I still got this in the app debug logs: E/AndroidRuntime: FATAL EXCEPTION: main...

Yup. Same problem here even after backport. Caused by: com.facebook.jni.CppException: isTuple()INTERNAL ASSERT FAILED at "../aten/src/ATen/core/ivalue_inl.h":1396, please report a bug to PyTorch. Expected Tuple but got String () Exception raised from...

I fixed it eventually by changing the input tensor shape to match the one of my model. It should work with torchlite 1.12 iirc. If you forgot to check on...

> > > > Hey, @aravinthk00. Did you train yolo last version? I have the same problem and outputs, but org.pytorch:pytorch_android_lite:1.12.1 didn't solve problem. @AnnaKholkina did you check if your...

> the version (implementation 'org.pytorch:pytorch_android_lite:1.12.1) not supporting in my android studio Clean gradle and Rebuild gradle