java.lang.RuntimeException: Unable to start activity ComponentInfo{org.pytorch.helloworld/org.pytorch.helloworld.MainActivity}: com.facebook.jni.CppException: Lite Interpreter verson number does not match. The model version must be between 3 and 5But the model version is 8 ()
Exception raised from parseMethods at …/torch/csrc/jit/mobile/import.cpp:320 (most recent call first):
(no backtrace available)
I converted my GAN model to .ptl and then I tried to load the .ptl file in the same way as mentioned in this sample. I am consistently getting the above error