Image Classification
ONNX
nbouberbachene commited on
Commit
97c6afe
1 Parent(s): 549a874

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -3
README.md CHANGED
@@ -1,3 +1,53 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ pipeline_tag: image-classification
6
+ ---
7
+
8
+ # Introduction
9
+
10
+ This repository stores the model for Mobilenet-v3-large, compatible with Kalray's neural network API. </br>
11
+ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
12
+
13
+ # Contents
14
+
15
+ - ONNX: mobilenetv3-large.onnx
16
+
17
+ # Lecture note reference
18
+
19
+ - Searching for MobileNetV3, https://arxiv.org/pdf/1905.02244
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
+ ```
27
+ @article{DBLP:journals/corr/abs-1905-02244,
28
+ author = {Andrew Howard and
29
+ Mark Sandler and
30
+ Grace Chu and
31
+ Liang{-}Chieh Chen and
32
+ Bo Chen and
33
+ Mingxing Tan and
34
+ Weijun Wang and
35
+ Yukun Zhu and
36
+ Ruoming Pang and
37
+ Vijay Vasudevan and
38
+ Quoc V. Le and
39
+ Hartwig Adam},
40
+ title = {Searching for MobileNetV3},
41
+ journal = {CoRR},
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},
49
+ bibsource = {dblp computer science bibliography, https://dblp.org}
50
+ }
51
+ ```
52
+
53
+ Author: [email protected]