Skip to content

Instantly share code, notes, and snippets.

@Kartik-cl
Created May 7, 2021 08:32
Show Gist options
  • Save Kartik-cl/bdfaf34cd725e74aca599520ec1f4acb to your computer and use it in GitHub Desktop.
Save Kartik-cl/bdfaf34cd725e74aca599520ec1f4acb to your computer and use it in GitHub Desktop.
{ /* Model parameters */
"model": {
"model_name": "googlenet-v1",
"model": "model.xml",
"weights": "model.bin"},
/* Parameters of the engine used for model inference */
"engine": {"config": "gnet.yml"},
/* Optimization hyperparameters */
"compression": {
"target_device":"CPU",
"algorithms": [{
"name":"DefaultQuantization",
"params":{
"preset": "performance",
"stat_subset_size": 300
}}]}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment