Skip to content

Commit

Permalink
code revised
Browse files Browse the repository at this point in the history
  • Loading branch information
caozhangjie committed Nov 20, 2018
1 parent 9990bd7 commit 7f3135c
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
# CDAN
Code release for "Conditional Domain Adversarial Network" (NIPS 2017)
Code release for "Conditional Domain Adversarial Network" (NIPS 2018)

## Dataset
Processed SVHN_dataset is [here]().
Processed SVHN_dataset is [here](https://drive.google.com/open?id=1Y0wT_ElbDcnFxtu25MB74npURwwijEdT). If you hope to use this dataset, please cite the original paper of the dataset.
```
@inproceedings{cite:NIPS11SVHN,
title={Reading digits in natural images with unsupervised feature learning},
author={Netzer, Yuval and Wang, Tao and Coates, Adam and Bissacco, Alessandro and Wu, Bo and Ng, Andrew Y},
booktitle={NIPS workshop on deep learning and unsupervised feature learning},
volume={2011},
pages={5},
year={2011}
}
```

## Train
```
Expand Down

0 comments on commit 7f3135c

Please sign in to comment.