Image Classification
ONNX
qmller commited on
Commit
183ed31
1 Parent(s): d8270a5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -13,6 +13,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
13
  # Contents
14
 
15
  - ONNX: inception-v3.onnx
 
16
 
17
  # Lecture note reference
18
 
@@ -20,7 +21,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
20
 
21
  # Repository or links references
22
 
23
- - https://pytorch.org/vision/main/models/generated/torchvision.models.inception_v3.html
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -35,7 +36,7 @@ BibTeX entry and citation info
35
  volume = {abs/1512.00567},
36
  year = {2015},
37
  url = {http://arxiv.org/abs/1512.00567},
38
- eprinttype = {arXiv},
39
  eprint = {1512.00567},
40
  timestamp = {Mon, 13 Aug 2018 16:49:07 +0200},
41
  biburl = {https://dblp.org/rec/journals/corr/SzegedyVISW15.bib},
@@ -43,4 +44,6 @@ BibTeX entry and citation info
43
  }
44
  ```
45
 
46
- Author: nbouberbachene@kalrayinc.com
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
13
  # Contents
14
 
15
  - ONNX: inception-v3.onnx
16
+ - Quantized ONNX (INT8): inception-v3-q.onnx
17
 
18
  # Lecture note reference
19
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [PyTorch | TorchVision](https://pytorch.org/vision/main/models/generated/torchvision.models.inception_v3.html)
25
 
26
  BibTeX entry and citation info
27
  ```
 
36
  volume = {abs/1512.00567},
37
  year = {2015},
38
  url = {http://arxiv.org/abs/1512.00567},
39
+ eprinttype = {arXiv},
40
  eprint = {1512.00567},
41
  timestamp = {Mon, 13 Aug 2018 16:49:07 +0200},
42
  biburl = {https://dblp.org/rec/journals/corr/SzegedyVISW15.bib},
 
44
  }
45
  ```
46
 
47
+ Authors:
48
+ + qmuller@kalrayinc.com
49
+ + nbouberbachene@kalrayinc.com