Image Classification
ONNX
qmller commited on
Commit
0541bf7
1 Parent(s): 5e8e479

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -13,6 +13,7 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
13
  # Contents
14
 
15
  - ONNX: densenet121s.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.densenet121.html#torchvision.models.densenet121
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: [email protected]
 
 
 
13
  # Contents
14
 
15
  - ONNX: densenet121s.onnx
16
+ - Quantized ONNX (INT8) : densetnet121s-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.densenet121.html#torchvision.models.densenet121)
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
46