Image Classification
ONNX
nbouberbachene commited on
Commit
f9025fb
·
verified ·
1 Parent(s): 0dd01b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +46 -3
README.md CHANGED
@@ -1,3 +1,46 @@
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 Nasnet, 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: mnasnet-1.0.onnx
16
+
17
+ # Lecture note reference
18
+
19
+ - MnasNet: Platform-Aware Neural Architecture Search for Mobile, https://arxiv.org/pdf/1807.11626.pdf
20
+
21
+ # Repository or links references
22
+
23
+ - https://pytorch.org/vision/stable/models/generated/torchvision.models.mnasnet1_0.html#torchvision.models.mnasnet1_0
24
+
25
+ BibTeX entry and citation info
26
+ ```
27
+ @article{DBLP:journals/corr/abs-1807-11626,
28
+ author = {Mingxing Tan and
29
+ Bo Chen and
30
+ Ruoming Pang and
31
+ Vijay Vasudevan and
32
+ Quoc V. Le},
33
+ title = {MnasNet: Platform-Aware Neural Architecture Search for Mobile},
34
+ journal = {CoRR},
35
+ volume = {abs/1807.11626},
36
+ year = {2018},
37
+ url = {http://arxiv.org/abs/1807.11626},
38
+ eprinttype = {arXiv},
39
+ eprint = {1807.11626},
40
+ timestamp = {Mon, 31 May 2021 15:34:33 +0200},
41
+ biburl = {https://dblp.org/rec/journals/corr/abs-1807-11626.bib},
42
+ bibsource = {dblp computer science bibliography, https://dblp.org}
43
+ }
44
+ ```
45
+
46
+ Author: [email protected]