Skip to main content

A Library for Deep Domain Adaptation

Project description

Introduction

Trans-Learn is a Transfer Learning library based on pure PyTorch with high performance and friendly API. Our code is pythonic, and the design is consistent with torchvision. You can easily develop new algorithms, or easily apply existing algorithms..

On July 24th, 2020, we released the v0.1 (preview version), the first sub-library is for Domain Adaptation (DALIB). The supported algorithms currently include:

Installation

DALIB is currently hosted on PyPI. It requires Python >= 3.6. You can simply install dalib with the following command:

pip install dalib

You can also install with the newest version through GitHub:

pip install git+https://github.com/thuml/Transfer-Learning-Library.git@master

After installation, open your python console and type the following. If no error occurs, you have successfully installed DALIB.

import dalib 
print(dalib.__version__)

For flexible use and modification, git clone the library is also a good choice.

Documentation

You can find the tutorial and API documentation on the website: DALIB API

Also, we have examples in the directory examples. A typical usage is

# Train a DANN on Office-31 Amazon -> Webcam task using ResNet 50.
# Assume you have put the datasets under the path `data/office-31`, 
# or you are glad to download the datasets automatically from the Internet to this path
python examples/dann.py data/office31 -d Office31 -s A -t W -a resnet50  --epochs 20

In the directory examples, you can find all the necessary running scripts to reproduce the benchmarks with specified hyper-parameters.

Contributing

We appreciate all contributions. If you are planning to contribute back bug-fixes, please do so without any further discussion. If you plan to contribute new features, utility functions or extensions, please first open an issue and discuss the feature with us.

Disclaimer on Datasets

This is a utility library that downloads and prepares public datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have licenses to use the dataset. It is your responsibility to determine whether you have permission to use the dataset under the dataset's license.

If you're a dataset owner and wish to update any part of it (description, citation, etc.), or do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thanks for your contribution to the ML community!

Contact

If you have any problem with our code or have some suggestions, including the future feature, feel free to contact

or describe it in Issues.

Citation

If you use this toolbox or benchmark in your research, please cite this project.

@misc{dalib,
  author = {Junguang Jiang, Bo Fu, Mingsheng Long},
  title = {Transfer-Learning-library},
  year = {2020},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/thuml/Transfer-Learning-Library}},
}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dalib-0.2.tar.gz (23.2 kB view details)

Uploaded Source

Built Distribution

dalib-0.2-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file dalib-0.2.tar.gz.

File metadata

  • Download URL: dalib-0.2.tar.gz
  • Upload date:
  • Size: 23.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for dalib-0.2.tar.gz
Algorithm Hash digest
SHA256 3d06b37e4f93179f907d88a84d2d1802267bc397bf9cbd6bf5c69011bbae9a6a
MD5 cf10e6f04ededb30d3f30589535748f9
BLAKE2b-256 40c0da61abe8904df233ae0e3663e102789ffeedf19c15534399160eac83aa70

See more details on using hashes here.

File details

Details for the file dalib-0.2-py3-none-any.whl.

File metadata

  • Download URL: dalib-0.2-py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for dalib-0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b4e97b20c065316b2404fd7d9da316c3c0b1ce971a6e2f7ab86dc683d8d58c66
MD5 df7cca83aab8fd543e1d735a7bdeda27
BLAKE2b-256 8debf1728a4f4e50e939ae506acbfdc3d794ea6487e0ab35e3a6672d3946bad7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page