Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -53,6 +53,13 @@ print(model.config.id2label[predicted_label])
53
 
54
  For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/resnet).
55
 
 
 
 
 
 
 
 
56
  ### BibTeX entry and citation info
57
 
58
  ```bibtex
 
53
 
54
  For more code examples, we refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/resnet).
55
 
56
+ ### performance improvement
57
+
58
+ pytorch infer avg ≈66.5ms
59
+ openvino infer avg ≈7.9ms
60
+
61
+ improve ≈800%
62
+
63
  ### BibTeX entry and citation info
64
 
65
  ```bibtex