We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab10d28 commit 2e6245bCopy full SHA for 2e6245b
README.md
@@ -3,7 +3,7 @@ WideResNets for CIFAR10/100 implemented in PyTorch. This implementation requires
3
4
Example:
5
```
6
-python train.py --dataset cifar100 --depth 40 --widen-factor 4
+python train.py --dataset cifar100 --layers 40 --widen-factor 4
7
8
9
# Acknowledgement
0 commit comments