Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 302901c

Browse files
committed
fix issue with image classification use case docs for onnx export
1 parent eb15ca6 commit 302901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/use-cases/image-classification/sparsifying.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,5 @@ sparseml.image_classification.export_onnx \
146146
--arch-key resnet50 \
147147
--dataset imagenet \
148148
--dataset-path ./data/imagenette-160 \
149-
--checkpoint-path sparsification_example/resnet50-imagenette-pruned/framework/model.pth
149+
--checkpoint-path sparsification_example/resnet50-imagenette-pruned/training/model.pth
150150
```

0 commit comments

Comments
 (0)