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
|
@@ -12,7 +12,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
|
|
12 |
|
13 |
# Contents
|
14 |
|
15 |
-
- ONNX:
|
|
|
16 |
- Tensorflow: googlenet.pb
|
17 |
|
18 |
# Lecture note reference
|
@@ -21,8 +22,8 @@ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. <
|
|
21 |
|
22 |
# Repository or links references
|
23 |
|
24 |
-
- https://pytorch.org/vision/stable/models/generated/torchvision.models.googlenet.html#torchvision.models.googlenet
|
25 |
-
- https://github.com/tensorflow/models/blob/master/research/slim/README.md#pre-trained-models
|
26 |
|
27 |
BibTeX entry and citation info
|
28 |
```
|
@@ -41,7 +42,7 @@ BibTeX entry and citation info
|
|
41 |
volume = {abs/1409.4842},
|
42 |
year = {2014},
|
43 |
url = {http://arxiv.org/abs/1409.4842},
|
44 |
-
eprinttype
|
45 |
eprint = {1409.4842},
|
46 |
timestamp = {Mon, 13 Aug 2018 16:48:52 +0200},
|
47 |
biburl = {https://dblp.org/rec/journals/corr/SzegedyLJSRAEVR14.bib},
|
@@ -49,4 +50,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
|
|
|
12 |
|
13 |
# Contents
|
14 |
|
15 |
+
- ONNX: googlenet.onnx
|
16 |
+
- Quantized ONNX (INT8) : googlenet-q.onnx
|
17 |
- Tensorflow: googlenet.pb
|
18 |
|
19 |
# Lecture note reference
|
|
|
22 |
|
23 |
# Repository or links references
|
24 |
|
25 |
+
- [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.googlenet.html#torchvision.models.googlenet)
|
26 |
+
- [Tensorflow](https://github.com/tensorflow/models/blob/master/research/slim/README.md#pre-trained-models)
|
27 |
|
28 |
BibTeX entry and citation info
|
29 |
```
|
|
|
42 |
volume = {abs/1409.4842},
|
43 |
year = {2014},
|
44 |
url = {http://arxiv.org/abs/1409.4842},
|
45 |
+
eprinttype = {arXiv},
|
46 |
eprint = {1409.4842},
|
47 |
timestamp = {Mon, 13 Aug 2018 16:48:52 +0200},
|
48 |
biburl = {https://dblp.org/rec/journals/corr/SzegedyLJSRAEVR14.bib},
|
|
|
50 |
}
|
51 |
```
|
52 |
|
53 |
+
Authors:
|
54 |
+
+ qmuller@kalrayinc.com
|
55 |
+
+ nbouberbachene@kalrayinc.com
|