You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional examples of both setup and usage involving features like Torchvision Transforms and CUDA (in development) may be found [here](https://github.com/raghavmecheri/ptjs/tree/master/examples).
55
57
56
58
## Key Features
57
59
* Run your PyTorch models in a Javascript environment, without worrying about setting up Torchscript or downloading custom binaries
58
60
* Deploy your model using configurations identical to what you used during training
59
61
* Built-in CUDA support
60
62
* CUDA support is a work in progress
61
-
* Support for TorchVision, including transforms, dataset classes, and pretrained models
63
+
* Support for TorchVision, including transforms, dataset classes, and pre-trained models
62
64
* Support for TorchVision models is a work in progress
63
65
64
66
## Development
65
-
*```yarn install``` should allow you to install project dependancies
67
+
*```yarn install``` should allow you to install project dependencies
66
68
*```yarn test``` to run the test suite for this project
0 commit comments