pytorch/ios-demo-app

PyTorch version parity with Android demo app

Opened this issue · 0 comments

In December 2021, nine of the Android demo apps (including D2Go, which I'm interested in) were updated to use Pytorch 1.10/Torchvsion 0.11.

It looks like the D2Go iOS demo app still uses LibTorch-Lite 1.09/Torchvsiion 0.10. Are there plans to bring it to version parity with the Android demo app?

if I want to deploy a model I've trained on both iOS and Android, does this affect my ability to do so? Do I need to train on a version lower than or equal to 1.09/1.10, or does it need to match exactly?