pytorch / android-demo-app

PyTorch android examples of usage in applications
1.46k stars 604 forks source link

can i make the same forward process on the image in d2go exported model ? #197

Open AhmedHessuin opened 2 years ago

AhmedHessuin commented 2 years ago

i made d2go model on mobile application, however the result doesn't match, this is because of the forward process on d2go not same as the wrapped model, so my question is can i copy the forward process from the default pytorch d2go model to the wrapped model ?