Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,45 @@
|
|
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-resnetv2, 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-resnetv2-optim-nobn.pb
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
- Inception-v4, Inception-ResNet and the Impact of Residual Connections on Learning, https://arxiv.org/pdf/1602.07261.pdf
|
20 |
+
|
21 |
+
# Repository or links references
|
22 |
+
|
23 |
+
- https://keras.io/api/applications/inceptionresnetv2/
|
24 |
+
|
25 |
+
BibTeX entry and citation info
|
26 |
+
```
|
27 |
+
@article{DBLP:journals/corr/SzegedyIV16,
|
28 |
+
author = {Christian Szegedy and
|
29 |
+
Sergey Ioffe and
|
30 |
+
Vincent Vanhoucke},
|
31 |
+
title = {Inception-v4, Inception-ResNet and the Impact of Residual Connections
|
32 |
+
on Learning},
|
33 |
+
journal = {CoRR},
|
34 |
+
volume = {abs/1602.07261},
|
35 |
+
year = {2016},
|
36 |
+
url = {http://arxiv.org/abs/1602.07261},
|
37 |
+
eprinttype = {arXiv},
|
38 |
+
eprint = {1602.07261},
|
39 |
+
timestamp = {Mon, 13 Aug 2018 16:48:39 +0200},
|
40 |
+
biburl = {https://dblp.org/rec/journals/corr/SzegedyIV16.bib},
|
41 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
Author: nbouberbachene@kalrayinc.com
|