Thingsvision

Latest version: v2.7.0

Safety actively analyzes 687918 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 7

2.2.4

- major `README` overhaul
- enabled `thingsvision.__version__` for automatic versioning

2.2.3

- 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.

2.2.2

2.2.0

- 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

python
dataclass(repr=True)
class TimmExtractor(BaseExtractor, PyTorchMixin):
...


- modified unittests according to most recent changes (not much has change here)

2.1.4

2.0.11

Page 6 of 7

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.