We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf7d0d commit ffd8083Copy full SHA for ffd8083
src/deepsparse/image_classification/validation_script.py
@@ -30,6 +30,10 @@
30
--image-size, --image_size INTEGER
31
integer size to evaluate images at (will be
32
reshaped to square shape) [default: 224]
33
+ --batch-size, --batch_size INTEGER
34
+ Test batch size, must divide the dataset
35
+ evenly, else last batch will be dropped
36
+ [default: 1]
37
--num-cores, --num_cores INTEGER
38
Number of CPU cores to run deepsparse with,
39
default is all available
0 commit comments