Skip to content

Releases: raghavmecheri/pytorchjs

Release v0.1.5

19 Nov 12:11

Choose a tag to compare

Added functionality for a Normalize transform, as well as fixes to README.md :)

Release v0.1.4

17 Nov 12:26

Choose a tag to compare

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

17 Nov 11:55
eb43ba2

Choose a tag to compare

Fixed npm README update that failed on 0.1.1

Release v0.1.1

17 Nov 11:52
eb43ba2

Choose a tag to compare

  • Fixed issue with our logo not rendering in the npm README section
  • Updated examples/README to reflect pytorchjs rather than ptjs

Release v0.1.0

17 Nov 11:44

Choose a tag to compare

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:

  1. torch model loading (via torchscript)
  2. torchvision-based Dataset and Dataloader support, specifically for the ImageFolder class.
  3. Top level imports for both a torch and a torchvision package