Skip to content

Commit

Permalink
fix optimization level in vision.py script example (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
bfineran authored Jun 2, 2021
1 parent d72c73e commit f2e2a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/pytorch/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@
python integrations/pytorch/vision.py train \
--sparse-transfer-learn \
--recipe-path ~/sparseml_recipes/pruning_mobilenet.yaml \
--arch-key mobilenet_v1 --pretrained recal-perf \
--arch-key mobilenet_v1 --pretrained pruned-moderate \
--dataset imagefolder --dataset-path ~/datasets/my_imagefolder_dataset \
--train-batch-size 256 --test-batch-size 1024
Expand Down

0 comments on commit f2e2a37

Please sign in to comment.