Skip to content

Releases: ViCCo-Group/thingsvision

v2.2.4

09 Nov 17:03
Compare
Choose a tag to compare
  • major README overhaul
  • enabled thingsvision.__version__ for automatic versioning

v2.2.3

02 Nov 13:19
Compare
Choose a tag to compare
  • THINGSvision changed to thingsvision. This is more intuitive.
  • We've added a low-memory option for feature extraction.
  • extractor.extract_features() now takes extra optional arguments output_dir and steps.
  • if output_dir is defined, features will be written to disk every steps mini-batches (default: 100).
  • iteration across mini-batches got abstracted into the base extractor class.

v2.2.2

28 Oct 20:31
Compare
Choose a tag to compare
new patch version

v2.2.0

26 Oct 15:21
Compare
Choose a tag to compare
  • modularized feature extraction (added more abstractions)
  • added base extractor class from which all source-specific extractor classes are supposed to inherit
  • mixin classes for both PyTorch and TensorFlow
  • source-specific extractor classes that inherit from both the base extractor class and mixin classes like so
@dataclass(repr=True)
class TimmExtractor(BaseExtractor, PyTorchMixin):
    ...
  • modified unittests according to most recent changes (not much has change here)

v2.1.4

26 Sep 20:11
Compare
Choose a tag to compare
updated patch version

v2.0.11

23 Sep 10:23
029b450
Compare
Choose a tag to compare
Update tests.yml

v2.0.9

22 Sep 09:49
Compare
Choose a tag to compare

v2.0.7

12 Sep 12:08
Compare
Choose a tag to compare

v2.0.6

01 Sep 07:27
Compare
Choose a tag to compare

Compatibility with most recent torchvision (0.13.) and timm (0.6.) versions fully enabled

What's Changed

Full Changelog: v2.0.2...v2.0.6

v2.0.5

24 Aug 08:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/ViCCo-Group/THINGSvision/commits/v2.0.2