An open API service indexing awesome lists of open source software.

https://github.com/megengine/transfer-learning-library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
https://github.com/megengine/transfer-learning-library

Last synced: about 2 months ago
JSON representation

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization

Awesome Lists containing this project

README

          

## Introduction

The [MegEngine](https://megengine.org.cn/) implementation of paper [Deep Adaptation Network (DAN)](https://arxiv.org/pdf/1502.02791).

## Install

```shell
pip3 install megengine -f https://megengine.org.cn/whl/mge.html
pip3 install basecore # provides deep learning frame for MegEngine
```

## Train

```shell
python3 dan.py
```

## Test

```sh
python3 dan.py --phase test
```