Update README.md
Browse files
README.md
CHANGED
@@ -62,6 +62,13 @@ print(model.config.id2label[predicted_label])
|
|
62 |
|
63 |
For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/resnet).
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
### BibTeX entry and citation info
|
66 |
|
67 |
```bibtex
|
|
|
62 |
|
63 |
For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/resnet).
|
64 |
|
65 |
+
### performance improvement
|
66 |
+
|
67 |
+
pytorch infer avg ≈66.5ms
|
68 |
+
openvino infer avg ≈7.9ms
|
69 |
+
|
70 |
+
improve ≈800%
|
71 |
+
|
72 |
### BibTeX entry and citation info
|
73 |
|
74 |
```bibtex
|