Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

Commit 586480b

Browse files
committed
resnet20_slimming.yaml: fix example command-line string
1 parent cadea06 commit 586480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/network_slimming/resnet20_slimming.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# arXiv:1708.06519v1
55
# Aug 2017
66
#
7-
# time python3 compress_classifier.py --arch resnet20_cifar ../data.cifar10 -p=50 --lr=0.3 --epochs=180 --compress=../network_slimming/resnet20_slimming.yaml -j=1 --deterministic
7+
# time python3 compress_classifier.py --arch resnet20_cifar ../../../data.cifar10 -p=50 --lr=0.3 --epochs=180 --compress=../network_slimming/resnet20_slimming.yaml -j=1 --deterministic
88

99
lr_schedulers:
1010
training_lr:

0 commit comments

Comments
 (0)