Image Classification
ONNX
qmller commited on
Commit
c9281d2
1 Parent(s): 8c341eb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -13,6 +13,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
13
  # Contents
14
 
15
  - ONNX: resnet18.onnx
 
16
 
17
  # Lecture note reference
18
 
@@ -20,7 +21,8 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
20
 
21
  # Repository or links references
22
 
23
- - https://pytorch.org/vision/stable/models/generated/torchvision.models.resnet18.html#torchvision.models.resnet18
 
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -34,7 +36,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 +44,6 @@ BibTeX entry and citation info
42
  }
43
  ```
44
 
45
- Author: nbouberbachene@kalrayinc.com
 
 
 
13
  # Contents
14
 
15
  - ONNX: resnet18.onnx
16
+ - Quantized ONNX (INT8): resnet18-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
+ - [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.resnet18.html#torchvision.models.resnet18)
26
 
27
  BibTeX entry and citation info
28
  ```
 
36
  volume = {abs/1512.03385},
37
  year = {2015},
38
  url = {http://arxiv.org/abs/1512.03385},
39
+ eprinttype = {arXiv},
40
  eprint = {1512.03385},
41
  timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
42
  biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
 
44
  }
45
  ```
46
 
47
+ Authors:
48
+ + qmuller@kalrayinc.com
49
+ + nbouberbachene@kalrayinc.com