Skip to content

Commit e929136

Browse files
authored
Update README.md - imagenet tar location (#281)
Reported in QA testing from Derek
1 parent 4dc749d commit e929136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ sparsify.run one-shot --use-case USE_CASE --model MODEL --data DATASET --optim-l
186186
For example, to sparsify a ResNet-50 model on the ImageNet dataset for image classification, run the following commands:
187187
```bash
188188
wget https://public.neuralmagic.com/datasets/cv/classification/imagenet_calibration.tar.gz
189-
tar -xzf imagenet_calibration.tar.gz
189+
tar -xzf imagenet_calibration.tar.gz -C ./imagenet_calibration
190190
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
191191
```
192192

0 commit comments

Comments
 (0)