nbouberbachene
commited on
Commit
•
34da835
1
Parent(s):
c435413
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
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 Resnet152, 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: resnet152-v1-7s.onnx
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
|
20 |
+
# Repository or links references
|
21 |
+
|
22 |
+
-
|
23 |
+
|
24 |
+
BibTeX entry and citation info
|
25 |
+
```
|
26 |
+
```
|
27 |
+
|
28 |
+
Author: [email protected]
|