nbouberbachene
commited on
Commit
•
7ac86a3
1
Parent(s):
a103267
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,43 @@
|
|
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 Densenet-121, 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: densenet169s.onnx
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
- Densely Connected Convolutional Networks, https://arxiv.org/pdf/1608.06993.pdf
|
20 |
+
|
21 |
+
# Repository or links references
|
22 |
+
|
23 |
+
- https://pytorch.org/vision/stable/models/generated/torchvision.models.densenet169.html#torchvision.models.densenet169
|
24 |
+
|
25 |
+
BibTeX entry and citation info
|
26 |
+
```
|
27 |
+
@article{DBLP:journals/corr/abs-1808-03570,
|
28 |
+
author = {Chia{-}Yu Li and
|
29 |
+
Ngoc Thang Vu},
|
30 |
+
title = {Densely Connected Convolutional Networks for Speech Recognition},
|
31 |
+
journal = {CoRR},
|
32 |
+
volume = {abs/1808.03570},
|
33 |
+
year = {2018},
|
34 |
+
url = {http://arxiv.org/abs/1808.03570},
|
35 |
+
eprinttype = {arXiv},
|
36 |
+
eprint = {1808.03570},
|
37 |
+
timestamp = {Sun, 02 Sep 2018 15:01:55 +0200},
|
38 |
+
biburl = {https://dblp.org/rec/journals/corr/abs-1808-03570.bib},
|
39 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
40 |
+
}
|
41 |
+
```
|
42 |
+
|
43 |
+
Author: nbouberbachene@kalrayinc.com
|