Skip to content

Commit

Permalink
revised
Browse files Browse the repository at this point in the history
  • Loading branch information
caozhangjie committed Dec 9, 2018
1 parent 10f86ac commit ff28245
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
11 changes: 0 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ VisDA 2017 dataset can be found [here](https://github.com/VisionLearningGroup/ta
### Image-clef
We release the Image-clef dataset we used [here](https://drive.google.com/file/d/0B9kJH0-rJ2uRS3JILThaQXJhQlk/view).

```
## Training (PyTorch)
See instructions in [pytorch](pytorch).
## Training (Caffe)
See instructions in [caffe](caffe).
## Training (Tensorflow)
Under developing.
## Citation
If you use this code for your research, please consider citing:
```
Expand Down
18 changes: 10 additions & 8 deletions caffe/models/cdan/solver_rcdan_alex.prototxt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
net: "./models/cdan/train_rcdan_alex.prototxt"
test_iter: 795 #webcam
#test_iter: 498 #dslr
#test_iter: 2817 #amazon
#test_iter: 600 #clef
#test_iter: 809 #*3 Art
#test_iter: 291 #*15 Clipart
#test_iter: 193 #*23 Product
#test_iter: 4357 #*1 Real_World
#test_iter: 795 #office webcam 0.001
#test_iter: 498 #office dslr 0.001
#test_iter: 2817 #office amazon 0.0003
#test_iter: 600 #image-clef ip pi 0.001
#test_iter: 600 #image-clef ci ic cp pc 0.0003
# office-home 0.001
test_iter: 809 #office-home *3 Art
#test_iter: 291 #office-home *15 Clipart
#test_iter: 193 #office-home *23 Product
#test_iter: 4357 #office=home *1 Real_World
test_interval: 500
base_lr: 0.001
momentum: 0.9
Expand Down

0 comments on commit ff28245

Please sign in to comment.