* Datasets
* Renamed `transformers` to `transforms` in the datapipeline to avoid confusion with `Transformers` a component of neural networks originally used in NLP.
* Refactoring/renaming of datasets
* Added NuScenes and KITTI Dataset implementations.
* Added a MultiDataset to allow merging datasets.
* Core
* Improved Logging
* Added a capture method for tensors, so that getting tensors from within a model is possible.
* Removed Module and Loss Registry, as the DictLike fills that already and is much easier (to maintain).
* Bugfixes