Image Classification
TF Lite
ONNX
nbouberbachene commited on
Commit
8f49750
1 Parent(s): 5ffcbc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +51 -3
README.md CHANGED
@@ -1,3 +1,51 @@
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 Googlenet, 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: googlenet.onnx
16
+ - Tensorflow: googlenet.pb
17
+
18
+ # Lecture note reference
19
+
20
+ - Going Deeper with Convolutions, https://arxiv.org/pdf/1409.4842
21
+
22
+ # Repository or links references
23
+
24
+ - https://pytorch.org/vision/stable/models/generated/torchvision.models.googlenet.html#torchvision.models.googlenet
25
+
26
+ BibTeX entry and citation info
27
+ ```
28
+ @article{DBLP:journals/corr/SzegedyLJSRAEVR14,
29
+ author = {Christian Szegedy and
30
+ Wei Liu and
31
+ Yangqing Jia and
32
+ Pierre Sermanet and
33
+ Scott E. Reed and
34
+ Dragomir Anguelov and
35
+ Dumitru Erhan and
36
+ Vincent Vanhoucke and
37
+ Andrew Rabinovich},
38
+ title = {Going Deeper with Convolutions},
39
+ journal = {CoRR},
40
+ volume = {abs/1409.4842},
41
+ year = {2014},
42
+ url = {http://arxiv.org/abs/1409.4842},
43
+ eprinttype = {arXiv},
44
+ eprint = {1409.4842},
45
+ timestamp = {Mon, 13 Aug 2018 16:48:52 +0200},
46
+ biburl = {https://dblp.org/rec/journals/corr/SzegedyLJSRAEVR14.bib},
47
+ bibsource = {dblp computer science bibliography, https://dblp.org}
48
+ }
49
+ ```
50
+
51
+ Author: nbouberbachene@kalrayinc.com