About the Mobile category

This category is dedicated for iOS and Android issues, new features and general discussion of PyTorch Mobile.

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