Open batrlatom opened 3 years ago
Previously requested: https://github.com/pytorch/pytorch/issues/27426
We're not sure we would accept this into PT core, but we agree that this would be a large and important feature that could stand alone in its own repo.
@batrlatom As I've just commented in some other feature requests, I've been working on a proposal for a torch.js API here: https://dev-discuss.pytorch.org/t/proposal-torch-js-a-javascript-frontend-for-pytorch/650/1
🚀 Feature
Runtime for running Pytorch models on web
Motivation
Websites are still cornerstones of the internet. Unlike mobile applications, websites do not need to be installed, there are no restrictions from gatekeepers such as google or apple and overall it would have a very positive effect on the spread of smart applications.
Pitch
I would to have a pytorch alternative of Tensorflowjs
Alternatives
Tensorflowjs
Additional context
I think that it does not need to be written in javascript, maybe just runtime executed in the webassembly would be sufficient