Pytorch-adapt

Latest version: v0.0.83

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

Scan your dependencies

Page 1 of 3

0.0.82

Features

`domains` can now be passed into `CLossHook`:

python
CLossHook(domains=["src", "target"])

0.0.81

Features

- Added a new base validator `SimpleLossValidator`
- Added `BNMValidator`

0.0.80

Features

- Added pretrained models for DomainNet126
- Added `transforms.classification.get_timm_transform`

Bug fixes

- Fixed bug where `map_location` wasn't being used in a useful way when downloading pretrained models.
- Fixed some formatting issues in the documentation.

0.0.79

Features

- Added `APValidator`
- Added `adapters.MultiLabelClassifier`
- Added `hooks.MultiLabelClassifierHook`
- Added `frameworks.ignite.IgniteMultiLabelClassification`
- Added `models.pretrained_scores`

0.0.78

Features

- Added `VOCMultiLabel` dataset
- Added `Clipart1kMultiLabel` dataset
- Added `get_voc_multilabel` dataset getter

Breaking changes

- Moved `get_mnist_transform`, `get_resnet_transform`, and `GrayscaleToRGB` to a new `transforms` module

0.0.77

Features

Made DomainNet126 downloadable:

python
from pytorch_adapt.datasets import get_domainnet126
datasets = get_domainnet126(["clipart"], ["real"], folder=".", download=True)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.