Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 23:43
· 939 commits to main since this release

What's new

Added πŸŽ‰

  • Added IterableDatasetDict, a version of DatasetDict for streaming-like datasets.
  • Added a PyTorch Lightning integration with LightningTrainStep.

Fixed βœ…

  • Fixed bug with FromParams and Lazy where extra arguments would sometimes be passed down through
    to a Lazy class when they shouldn't.

Commits

a95dbae fix bugs with initializing lightning loggers and plugins (#50)
7e9c354 fix bug w/ DataLoader and PTL
d634ea8 add isort (#49)
277b0e2 add IterableDatasetDict (#46)
db06e70 Merge pull request #45 from allenai/pytorch-lightning
6174381 fix CHANGELOG
501bf73 fix failing test
686be74 Merge branch 'main' into pytorch-lightning
4f3f328 add torch:: to torch integrations
293fac1 doc and general fixes
2b2a6a3 Update tango/integrations/pytorch_lightning/init.py
d46a0ba Update docs/source/api/integrations/pytorch_lightning.rst
3aeb825 fix docs
375ff58 update docs
c6a1e38 update ci
8110242 PyTorch Lightning Integration
60121c0 update docs, print unicode characters by name (#44)
7beab21 clean up docs
2f6871b only print ascii characters (#43)