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
- Host: GitHub
- URL: https://github.com/megengine/transfer-learning-library
- Owner: MegEngine
- Created: 2021-12-23T02:46:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T11:41:27.000Z (about 4 years ago)
- Last Synced: 2025-01-15T06:50:31.324Z (about 1 year ago)
- Language: Python
- Size: 30.3 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```