Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
dsikka committed Dec 8, 2023
1 parent edf7d0d commit ffd8083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/deepsparse/image_classification/validation_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
--image-size, --image_size INTEGER
integer size to evaluate images at (will be
reshaped to square shape) [default: 224]
--batch-size, --batch_size INTEGER
Test batch size, must divide the dataset
evenly, else last batch will be dropped
[default: 1]
--num-cores, --num_cores INTEGER
Number of CPU cores to run deepsparse with,
default is all available
Expand Down

0 comments on commit ffd8083

Please sign in to comment.