Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,52 @@
|
|
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-v1, 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 |
+
Please see https://huggingface.co/docs/transformers/main/en/model_doc/mobilenet_v1 for Mobilenet-v1 model description. </br>
|
13 |
+
|
14 |
+
# Contents
|
15 |
+
|
16 |
+
- Tensorflow: mobilenet-v1-mlperf.pb
|
17 |
+
|
18 |
+
# Lecture note reference
|
19 |
+
|
20 |
+
- MobileNets: Efficient Convolutional Neural Networks for Mobile Vision Applications, https://arxiv.org/pdf/1704.04861.pdf
|
21 |
+
|
22 |
+
# Repository or links references
|
23 |
+
|
24 |
+
- https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.py
|
25 |
+
- http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz
|
26 |
+
|
27 |
+
BibTeX entry and citation info
|
28 |
+
```
|
29 |
+
@article{DBLP:journals/corr/HowardZCKWWAA17,
|
30 |
+
author = {Andrew G. Howard and
|
31 |
+
Menglong Zhu and
|
32 |
+
Bo Chen and
|
33 |
+
Dmitry Kalenichenko and
|
34 |
+
Weijun Wang and
|
35 |
+
Tobias Weyand and
|
36 |
+
Marco Andreetto and
|
37 |
+
Hartwig Adam},
|
38 |
+
title = {MobileNets: Efficient Convolutional Neural Networks for Mobile Vision
|
39 |
+
Applications},
|
40 |
+
journal = {CoRR},
|
41 |
+
volume = {abs/1704.04861},
|
42 |
+
year = {2017},
|
43 |
+
url = {http://arxiv.org/abs/1704.04861},
|
44 |
+
eprinttype = {arXiv},
|
45 |
+
eprint = {1704.04861},
|
46 |
+
timestamp = {Thu, 27 May 2021 16:20:51 +0200},
|
47 |
+
biburl = {https://dblp.org/rec/journals/corr/HowardZCKWWAA17.bib},
|
48 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
49 |
+
}
|
50 |
+
```
|
51 |
+
|
52 |
+
Author: nbouberbachene@kalrayinc.com
|