Skip to content

Commit 2e6245b

Browse files
committed
example fix
1 parent ab10d28 commit 2e6245b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WideResNets for CIFAR10/100 implemented in PyTorch. This implementation requires
33

44
Example:
55
```
6-
python train.py --dataset cifar100 --depth 40 --widen-factor 4
6+
python train.py --dataset cifar100 --layers 40 --widen-factor 4
77
```
88

99
# Acknowledgement

0 commit comments

Comments
 (0)