Skip to content

Commit dab97f8

Browse files
committed
update readme
1 parent 472e0ac commit dab97f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Unofficial PyTorch Reimplementation of RandAugment. Most of codes are from [Fast
44

55
## Introduction
66

7-
TODO
7+
Models can be trained with RandAugment for the dataset of interest with no need for a separate proxy task. By only tuning two hyperparameters(N, M), you can achieve competitive performances as AutoAugments.
88

99
## Install
1010

@@ -57,7 +57,7 @@ $ python RandAugment/train.py -c confs/wresnet28x10_cifar10_b256.yaml --save cif
5757

5858
| Model | Paper's Result | Ours |
5959
|-------------------|---------------:|-------------:|
60-
| Wide-ResNet 28x10 | 98.9 | TODO |
60+
| Wide-ResNet 28x10 | 98.9 | 98.8 |
6161

6262
### ImageNet Classification
6363

confs/wresnet28x10_svhn_b256.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ lr_schedule:
1414
type: 'cosine'
1515
warmup:
1616
multiplier: 2
17-
epoch: 5
17+
epoch: 3
1818
optimizer:
1919
type: sgd
2020
nesterov: True

0 commit comments

Comments
 (0)