nbouberbachene
commited on
Commit
•
a1e0fbe
1
Parent(s):
ceaf47f
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 |
+
# Introduction
|
8 |
+
|
9 |
+
This repository stores the model for Resnet34, compatible with Kalray's neural network API. </br>
|
10 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
|
11 |
+
Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for Resnet model description. </br>
|
12 |
+
|
13 |
+
# Contents
|
14 |
+
|
15 |
+
- ONNX: resnet34.onnx
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
- Deep Residual Learning for Image Recognition, https://arxiv.org/pdf/1512.03385.pdf
|
20 |
+
|
21 |
+
# Repository or links references
|
22 |
+
|
23 |
+
- https://pytorch.org/vision/stable/models/generated/torchvision.models.resnet34.html#torchvision.models.resnet34
|
24 |
+
|
25 |
+
BibTeX entry and citation info
|
26 |
+
```
|
27 |
+
@article{DBLP:journals/corr/HeZRS15,
|
28 |
+
author = {Kaiming He and
|
29 |
+
Xiangyu Zhang and
|
30 |
+
Shaoqing Ren and
|
31 |
+
Jian Sun},
|
32 |
+
title = {Deep Residual Learning for Image Recognition},
|
33 |
+
journal = {CoRR},
|
34 |
+
volume = {abs/1512.03385},
|
35 |
+
year = {2015},
|
36 |
+
url = {http://arxiv.org/abs/1512.03385},
|
37 |
+
eprinttype = {arXiv},
|
38 |
+
eprint = {1512.03385},
|
39 |
+
timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
|
40 |
+
biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
|
41 |
+
bibsource = {dblp computer science bibliography, https://dblp.org}
|
42 |
+
}
|
43 |
+
```
|
44 |
+
|
45 |
+
Author: nbouberbachene@kalrayinc.com
|