Image Classification
ONNX
nbouberbachene commited on
Commit
293c641
·
verified ·
1 Parent(s): e0e5c02

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 Inception-v3, 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: inception-v3.onnx
16
+
17
+ # Lecture note reference
18
+
19
+ - Rethinking the Inception Architecture for Computer Vision, https://arxiv.org/pdf/1512.00567.pdf
20
+
21
+ # Repository or links references
22
+
23
+ - https://pytorch.org/vision/main/models/generated/torchvision.models.inception_v3.html
24
+
25
+ BibTeX entry and citation info
26
+ ```
27
+ @article{DBLP:journals/corr/SzegedyVISW15,
28
+ author = {Christian Szegedy and
29
+ Vincent Vanhoucke and
30
+ Sergey Ioffe and
31
+ Jonathon Shlens and
32
+ Zbigniew Wojna},
33
+ title = {Rethinking the Inception Architecture for Computer Vision},
34
+ journal = {CoRR},
35
+ volume = {abs/1512.00567},
36
+ year = {2015},
37
+ url = {http://arxiv.org/abs/1512.00567},
38
+ eprinttype = {arXiv},
39
+ eprint = {1512.00567},
40
+ timestamp = {Mon, 13 Aug 2018 16:49:07 +0200},
41
+ biburl = {https://dblp.org/rec/journals/corr/SzegedyVISW15.bib},
42
+ bibsource = {dblp computer science bibliography, https://dblp.org}
43
+ }
44
+ ```
45
+
46
+ Author: nbouberbachene@kalrayinc.com