Skip to content

Releases: SvenBecker/vscode-pytorch

v0.2.2

14 Nov 17:14
Compare
Choose a tag to compare

Added

  • Added DataBlock API support for tabular data fastai:tabular:datablock

Changed

  • Changed train snippets for pytorch and fastai

Fixed

  • Fixed bugs in optimizer selection

PyTorch Functional Support

11 Nov 15:49
Compare
Choose a tag to compare

Added PyTorch Functional Snippets and fixed some issues.

Content Upgrade

09 Nov 23:11
cb88e3d
Compare
Choose a tag to compare

Added a lot of additional code snippets for the PyTorch as well as the fastai library.
To name just a few:

  • Easy optimizer, metrics and loss function selection (classification as well as regression)
  • NN layers (conv, linear, normalization etc.) can now be viewed and selected based on their purpose
  • Utilizing the DataBlock API for fastai

FastAI Support

06 Nov 10:39
Compare
Choose a tag to compare

This release now supports lots of new snippets specified for the fastai library.