Skip to main content

A simple framework for unsupervised domain adaptation

Project description

FastDA

Introduction

This is a simple framework for domain adaptation training. You can use it to build your own training process. It heavily relies on MMCV since we use a lot of useful tools (e.g., Config, Registry, Hook). The main difference between FastDA and MMCV is the Runner class. MMCV provides two kinds of runners to control the training and validation process, namely EpochBasedRunner and IterBasedRunner .

Installation

  1. Prepare environment: Install pytorch and mmcv .
pip3 install torch
pip3 install mmcv

Note: Since MMCV requires Python 3.6+, our FastDA also maintains this requirements.

  1. Install FastDA
pip3 install fastda

License

This project is released under the MIT License.

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

fastda-0.0.9.tar.gz (17.5 kB view hashes)

Uploaded Source

Built Distribution

fastda-0.0.9-py3-none-any.whl (25.3 kB view hashes)

Uploaded Python 3

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