Skip to content

v0.3.0

Choose a tag to compare

@thetianshuhuang thetianshuhuang released this 06 Jun 20:05
· 86 commits to main since this release
128d621

Warning

This is a breaking API change.

What's Changed: Overhaul of torch generic components by @thetianshuhuang in #2.

Expanded the torch interface components to a fully featured submodule which mirrors `abstract_dataloader.generic:

  • Each component in abstract_dataloader.torch which encapsulates other nn.Module components now subclass nn.Module to allow proper parameter/buffer registration (Fixes #1).
  • abstract_dataloader.torch now comes with unit tests.

Other changes:

  • Improved documentation.
  • Renamed some internal variables / parameters to pipeline to match the Pipeline abstraction (instead of transform).

Full Changelog: v0.2.0...v0.3.0