Charles95 commited on
Commit
5918c36
1 Parent(s): dad8196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
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