Image Classification
ONNX
qmller commited on
Commit
ad96a24
·
verified ·
1 Parent(s): 287dd8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -12,7 +12,8 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
12
 
13
  # Contents
14
 
15
- - ONNX: resnet50-v1-7s.onnx
 
16
 
17
  # Lecture note reference
18
 
@@ -20,7 +21,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
20
 
21
  # Repository or links references
22
 
23
- - https://github.com/onnx/models/blob/5faef4c33eba0395177850e1e31c4a6a9e634c82/vision/classification/resnet/model/resnet50-v1-7.onnx
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -34,7 +35,7 @@ BibTeX entry and citation info
34
  volume = {abs/1512.03385},
35
  year = {2015},
36
  url = {http://arxiv.org/abs/1512.03385},
37
- eprinttype = {arXiv},
38
  eprint = {1512.03385},
39
  timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
40
  biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
@@ -42,4 +43,6 @@ BibTeX entry and citation info
42
  }
43
  ```
44
 
45
- Author: nbouberbachene@kalrayinc.com
 
 
 
12
 
13
  # Contents
14
 
15
+ - ONNX: resnet50-v1-7s.onnx
16
+ - Quantized ONNX (INT8): resnet50-v1-7s-q.onnx
17
 
18
  # Lecture note reference
19
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/resnet/README.md)
25
 
26
  BibTeX entry and citation info
27
  ```
 
35
  volume = {abs/1512.03385},
36
  year = {2015},
37
  url = {http://arxiv.org/abs/1512.03385},
38
+ eprinttype = {arXiv},
39
  eprint = {1512.03385},
40
  timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
41
  biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
 
43
  }
44
  ```
45
 
46
+ Authors:
47
+ + qmuller@kalrayinc.com
48
+ + nbouberbachene@kalrayinc.com