Image Classification
ONNX
nbouberbachene commited on
Commit
035ab6c
1 Parent(s): b7aa508

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
+ # Introduction
8
+
9
+ This repository stores the model for Resnet50v2, 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: resnet50-v2-7s.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://github.com/onnx/models/blob/main/vision/classification/resnet/model/resnet50-v2-7.onnx
24
+
25
+ BibTeX entry and citation info
26
+
27
+ ```
28
+ @article{DBLP:journals/corr/HeZRS15,
29
+ author = {Kaiming He and
30
+ Xiangyu Zhang and
31
+ Shaoqing Ren and
32
+ Jian Sun},
33
+ title = {Deep Residual Learning for Image Recognition},
34
+ journal = {CoRR},
35
+ volume = {abs/1512.03385},
36
+ year = {2015},
37
+ url = {http://arxiv.org/abs/1512.03385},
38
+ eprinttype = {arXiv},
39
+ eprint = {1512.03385},
40
+ timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
41
+ biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
42
+ bibsource = {dblp computer science bibliography, https://dblp.org}
43
+ }
44
+ ```
45
+
46
+ Author: nbouberbachene@kalrayinc.com