Skip to content

Commit

Permalink
Update README.md - imagenet tar location (#281)
Browse files Browse the repository at this point in the history
Reported in QA testing from Derek
  • Loading branch information
bfineran committed Sep 22, 2023
1 parent 4dc749d commit e929136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ sparsify.run one-shot --use-case USE_CASE --model MODEL --data DATASET --optim-l
For example, to sparsify a ResNet-50 model on the ImageNet dataset for image classification, run the following commands:
```bash
wget https://public.neuralmagic.com/datasets/cv/classification/imagenet_calibration.tar.gz
tar -xzf imagenet_calibration.tar.gz
tar -xzf imagenet_calibration.tar.gz -C ./imagenet_calibration
sparsify.run one-shot --use-case image_classification --model "zoo:cv/classification/resnet_v1-50/pytorch/sparseml/imagenet/base-none" --data ./imagenet_calibration --optim-level 0.5
```

Expand Down

0 comments on commit e929136

Please sign in to comment.