Train Pytorch model on Android device

Hi!
Is it possible to train a NN model on Android device? (and not using a pre-trained model)

In principle this is possible if you compile a full version of libtorch and use that. It won’t be lightning fast, though.

Best regards

Thomas

Thank you so much!

regards