Image Classification
ONNX
qmller commited on
Commit
91422d7
1 Parent(s): bc018d1

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: densenet169s.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/stable/models/generated/torchvision.models.densenet169.html#torchvision.models.densenet169
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -32,7 +33,7 @@ BibTeX entry and citation info
32
  volume = {abs/1808.03570},
33
  year = {2018},
34
  url = {http://arxiv.org/abs/1808.03570},
35
- eprinttype = {arXiv},
36
  eprint = {1808.03570},
37
  timestamp = {Sun, 02 Sep 2018 15:01:55 +0200},
38
  biburl = {https://dblp.org/rec/journals/corr/abs-1808-03570.bib},
@@ -40,4 +41,6 @@ BibTeX entry and citation info
40
  }
41
  ```
42
 
43
- 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: densenet169s.onnx
16
+ - Quantized ONNX (INT8): densenet169s-q.onnx
17
 
18
  # Lecture note reference
19
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.densenet169.html#torchvision.models.densenet169)
25
 
26
  BibTeX entry and citation info
27
  ```
 
33
  volume = {abs/1808.03570},
34
  year = {2018},
35
  url = {http://arxiv.org/abs/1808.03570},
36
+ eprinttype = {arXiv},
37
  eprint = {1808.03570},
38
  timestamp = {Sun, 02 Sep 2018 15:01:55 +0200},
39
  biburl = {https://dblp.org/rec/journals/corr/abs-1808-03570.bib},
 
41
  }
42
  ```
43
 
44
+ Authors:
45
+ + qmuller@kalrayinc.com
46
+ + nbouberbachene@kalrayinc.com