Deploying Pytorch Model to server for Android

Hello, Guys !
Sorry this question may be not related to pytorch problem, but I am not able to find this answer any where.
Actually I am working on deploying GAN model written in pytorch to Android Device.
But the problem I am facing is, it takes 2 gb ram for one image. So please tell me, which server does support pytorch models deployment, and how can I connect it with mobile device.
Thanks

Hi,

You can use pytorch on any cloud provider. You might even have machines already setup with pytorch if you use big ones.
Then I guess you will have to send the image to the server which is going to answer with the prediction. Using http requests for that should be fine.

Can u tell ,how did u deploy pytorch gan model on Android ?

How to deploy pytorch based gan model on Android ?