Releases: raghavmecheri/pytorchjs
Releases · raghavmecheri/pytorchjs
Release v0.1.5
Added functionality for a Normalize transform, as well as fixes to README.md :)
Release v0.1.4
Fixed issue with dependencies not installing on 0.1.4 + README update.
This should technically be 0.1.3, but I made a typo in the package.json and had to republish to npm. So I'm just skipping that version for now :(
Release v0.1.2
Fixed npm README update that failed on 0.1.1
Release v0.1.1
- Fixed issue with our logo not rendering in the npm README section
- Updated examples/README to reflect
pytorchjsrather thanptjs
Release v0.1.0
ptjs is a NodeJS wrapper for the PyTorch environment, allowing developers to deploy models built using the Python torch library in a NodeJS production environment for model inference tasks.
Completed features include:
- torch model loading (via torchscript)
- torchvision-based Dataset and Dataloader support, specifically for the ImageFolder class.
- Top level imports for both a
torchand atorchvisionpackage