File size: 888 Bytes
0b8359d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
The best baselines are obtainable via the following configuration:


## MNIST => MNIST_M

Accuracy:
MNIST-Train: 99.9
MNIST_M-Train: 63.9
MNIST_M-Valid: 63.9
MNIST_M-Test: 63.6

Learning Rate = 0.0001
Weight Decay = 0.0
Number of Steps: 105,000

## MNIST => USPS

Accuracy:
MNIST-Train: 100.0
USPS-Train: 82.8
USPS-Valid: 82.8
USPS-Test: 78.9

Learning Rate = 0.0001
Weight Decay = 0.0
Number of Steps: 22,000

## MNIST_M => MNIST

Accuracy:
MNIST_M-Train: 100
MNIST-Train: 98.5
MNIST-Valid: 98.5
MNIST-Test: 98.1

Learning Rate = 0.001
Weight Decay = 0.0
Number of Steps: 604,400

## MNIST_M => MNIST_M

Accuracy:
MNIST_M-Train: 100.0
MNIST_M-Valid: 96.6
MNIST_M-Test: 96.4

Learning Rate = 0.001
Weight Decay = 0.0
Number of Steps: 139,400

## USPS => USPS

Accuracy:
USPS-Train: 100.0
USPS-Valid: 100.0
USPS-Test: 96.5

Learning Rate = 0.001
Weight Decay = 0.0
Number of Steps: 67,000