converted model size has been doubled to ~168M --> ~336M
when I tried to run, error message was shown
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.pytorch.demo.imagesegmentation/org.pytorch.imagesegmentation.MainActivity}: 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 toTuple at ../aten/src/ATen/core/ivalue_inl.h:1396 (most recent call first):
Hi,
I am trying to implement Instance Segmentation example on the android. At the time I first applied it, I met the error saying model verison.
So I used the code below to change the model version.
After then, I could see two issues.
Is there something that I missed?
Thanks,