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

Commit

Permalink
resnet20_slimming.yaml: fix example command-line string
Browse files Browse the repository at this point in the history
  • Loading branch information
nzmora committed May 15, 2018
1 parent cadea06 commit 586480b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/network_slimming/resnet20_slimming.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# arXiv:1708.06519v1
# Aug 2017
#
# 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
# 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

lr_schedulers:
training_lr:
Expand Down

0 comments on commit 586480b

Please sign in to comment.