neuralmagic / deepsparse

Sparsity-aware deep learning inference runtime for CPUs
https://neuralmagic.com/deepsparse/
Other
3.01k stars 176 forks source link

Default Config for Benchmark Pipeline #1268

Closed Satrat closed 1 year ago

Satrat commented 1 year ago

Requested by @horheynm, allows benchmark_pipeline to be run without a configuration file provided. If no config is provided, the script will default to dummy input data with sequence length 512 for text and image shape [224,224,3]

Testing

Updated unit test to include a case where we don't provide a config