Skip to content
Snippets Groups Projects
Commit 04195be9 authored by Neta Zmora's avatar Neta Zmora
Browse files

Fix Alexnet AGP sample command-line string

parent d9cc36fd
No related branches found
No related tags found
No related merge requests found
# This schedule performs element-wise (fine grain) pruning, following the Automated Gradual Pruner (Zhu-Gupta) schedule.
#
# time python3 prune_net.py -a=alexnet --lr=0.005 -p=50 ../../../data.imagenet -j 22 --epochs 90 --pretrained --compress=../imagenet/alexnet/alexnet.schedule_agp.yaml
# time python3 compress_classifier.py -a=alexnet --lr=0.005 -p=50 ../../../data.imagenet -j 22 --epochs 90 --pretrained --compress=../agp-pruning/alexnet.schedule_agp.yaml
#
# Parameters:
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment