Does Pytorch support on-device training?

I am wondering is there any way we can perform on-device (e.g., Android) training using Pytorch or libtorch.

2 Likes

Also wondering.

Found training on-device impossible with pytorch

At the moment we do not support training in pytorch mobile. We are looking on the options to support it in future. Stay tuned.

Is there any update to this? Also interested.

If not, is there a way to build libtorch (not lite) for mobile? Particularly interested in iOS.