Image Classification
ONNX
qmller commited on
Commit
543ea99
1 Parent(s): 7e98d91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -5
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: mit
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
@@ -12,7 +12,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
12
 
13
  # Contents
14
 
15
- - ONNX: mobilenetv3-large.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.mobilenet_v3_large.html#torchvision.models.mobilenet_v3_large
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -42,7 +43,7 @@ BibTeX entry and citation info
42
  volume = {abs/1905.02244},
43
  year = {2019},
44
  url = {http://arxiv.org/abs/1905.02244},
45
- eprinttype = {arXiv},
46
  eprint = {1905.02244},
47
  timestamp = {Thu, 27 May 2021 16:20:51 +0200},
48
  biburl = {https://dblp.org/rec/journals/corr/abs-1905-02244.bib},
@@ -50,4 +51,6 @@ BibTeX entry and citation info
50
  }
51
  ```
52
 
53
- Author: [email protected]
 
 
 
1
  ---
2
+ license: apache-2.0
3
  datasets:
4
  - ILSVRC/imagenet-1k
5
  pipeline_tag: image-classification
 
12
 
13
  # Contents
14
 
15
+ - ONNX: mobilenetv3-large.onnx
16
+ - Quantized ONNX (INT8): mobilenetv3-large-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.mobilenet_v3_large.html#torchvision.models.mobilenet_v3_large)
25
 
26
  BibTeX entry and citation info
27
  ```
 
43
  volume = {abs/1905.02244},
44
  year = {2019},
45
  url = {http://arxiv.org/abs/1905.02244},
46
+ eprinttype = {arXiv},
47
  eprint = {1905.02244},
48
  timestamp = {Thu, 27 May 2021 16:20:51 +0200},
49
  biburl = {https://dblp.org/rec/journals/corr/abs-1905-02244.bib},
 
51
  }
52
  ```
53
 
54
+ Authors:
55
56