v0.3.0
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.torchwhich encapsulates othernn.Modulecomponents now subclassnn.Moduleto allow proper parameter/buffer registration (Fixes #1). abstract_dataloader.torchnow comes with unit tests.
Other changes:
- Improved documentation.
- Renamed some internal variables / parameters to
pipelineto match thePipelineabstraction (instead oftransform).
Full Changelog: v0.2.0...v0.3.0