Prediction using traced torch model

How can I make a prediction? using traced torch model( the model is suppose to identify image similarity model , not image classification ) I need help please because am about to make an android app

You should be able to call it just like you call the model before you trace it. If you are looking for an Android specific example, check out this repo.

I did implement it on the android but the tensor that I am getting after prediction on my android app is different that of on the desktop

Can you post a repro that shows how you are calling it on desktop vs andriod?