This category is dedicated to the now deprecated “PyTorch Mobile” project. Please look into ExecuTorch as the new Mobile runtime for PyTorch.
We tried to deploy a object detection model in Android. In PyTorch model, ‘nn.functional.interpolate’ was used in forward path to upsample feature maps . Torch script converted the model without any issues. We are not able to load the model in Android app using ‘Module.load( )’ API. This API is throwing an exception.
at::Tensor to UIImage in Objective c