Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
datasets:
|
4 |
- ILSVRC/imagenet-1k
|
5 |
pipeline_tag: image-classification
|
@@ -21,8 +21,8 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/mobilenet_
|
|
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 |
```
|
@@ -41,7 +41,7 @@ BibTeX entry and citation info
|
|
41 |
volume = {abs/1704.04861},
|
42 |
year = {2017},
|
43 |
url = {http://arxiv.org/abs/1704.04861},
|
44 |
-
eprinttype
|
45 |
eprint = {1704.04861},
|
46 |
timestamp = {Thu, 27 May 2021 16:20:51 +0200},
|
47 |
biburl = {https://dblp.org/rec/journals/corr/HowardZCKWWAA17.bib},
|
@@ -49,4 +49,6 @@ BibTeX entry and citation info
|
|
49 |
}
|
50 |
```
|
51 |
|
52 |
-
|
|
|
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
datasets:
|
4 |
- ILSVRC/imagenet-1k
|
5 |
pipeline_tag: image-classification
|
|
|
21 |
|
22 |
# Repository or links references
|
23 |
|
24 |
+
- [Tensorflow(code)](https://github.com/tensorflow/models/blob/master/research/slim/nets/mobilenet_v1.py)
|
25 |
+
- [Tensorflow(tgz)](http://download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz)
|
26 |
|
27 |
BibTeX entry and citation info
|
28 |
```
|
|
|
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},
|
|
|
49 |
}
|
50 |
```
|
51 |
|
52 |
+
Authors:
|
53 |
+
+ qmuller@kalrayinc.com
|
54 |
+
+ nbouberbachene@kalrayinc.com
|