Skip to content

Commit

Permalink
Fix test examples (openvinotoolkit#2703)
Browse files Browse the repository at this point in the history
### Changes

Fix name of backend

### Reason for changes

```
>   packages = [item for b in backends for item in MAP_BACKEND_PACKAGES[b]]
E   KeyError: 'tensorflow'
```


### Tests


tests.cross_fw.examples.test_examples.test_examples[post_training_quantization_tensorflow_mobilenet_v2]
  • Loading branch information
AlexanderDokuchaev authored May 28, 2024
1 parent 1f8e26d commit 90a7f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/cross_fw/examples/example_scope.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
}
},
"post_training_quantization_tensorflow_mobilenet_v2": {
"backend": "tensorflow",
"backend": "tf",
"requirements": "examples/post_training_quantization/tensorflow/mobilenet_v2/requirements.txt",
"cpu": "Intel(R) Core(TM) i9-10980XE CPU @ 3.00GHz",
"accuracy_metrics": {
Expand Down Expand Up @@ -236,4 +236,4 @@
"model_compression_rate": 3.7654144877995197
}
}
}
}

0 comments on commit 90a7f0d

Please sign in to comment.