Image Classification
ONNX
qmller commited on
Commit
f938995
·
verified ·
1 Parent(s): a811dca

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -12,6 +12,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
12
  # Contents
13
 
14
  - ONNX: squeezenet-v1.onnx
 
15
 
16
  # Lecture note reference
17
 
@@ -19,7 +20,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
19
 
20
  # Repository or links references
21
 
22
- - https://github.com/onnx/models/blob/main/validated/vision/classification/squeezenet/README.md
23
 
24
  BibTeX entry and citation info
25
  ```
@@ -36,7 +37,7 @@ BibTeX entry and citation info
36
  volume = {abs/1602.07360},
37
  year = {2016},
38
  url = {http://arxiv.org/abs/1602.07360},
39
- eprinttype = {arXiv},
40
  eprint = {1602.07360},
41
  timestamp = {Fri, 20 Nov 2020 16:16:06 +0100},
42
  biburl = {https://dblp.org/rec/journals/corr/IandolaMAHDK16.bib},
@@ -44,4 +45,6 @@ BibTeX entry and citation info
44
  }
45
  ```
46
 
47
- Author: [email protected]
 
 
 
12
  # Contents
13
 
14
  - ONNX: squeezenet-v1.onnx
15
+ - Quantized ONNX (INT8): squeezenet-v1-q.onnx
16
 
17
  # Lecture note reference
18
 
 
20
 
21
  # Repository or links references
22
 
23
+ - [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/squeezenet/README.md)
24
 
25
  BibTeX entry and citation info
26
  ```
 
37
  volume = {abs/1602.07360},
38
  year = {2016},
39
  url = {http://arxiv.org/abs/1602.07360},
40
+ eprinttype = {arXiv},
41
  eprint = {1602.07360},
42
  timestamp = {Fri, 20 Nov 2020 16:16:06 +0100},
43
  biburl = {https://dblp.org/rec/journals/corr/IandolaMAHDK16.bib},
 
45
  }
46
  ```
47
 
48
+ Authors:
49
50