Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- ILSVRC/imagenet-1k
|
| 5 |
+
pipeline_tag: image-classification
|
| 6 |
+
---
|
| 7 |
+
Intro:
|
| 8 |
+
------
|
| 9 |
+
This repository stores the model for Resnet50v1.5 to be compatible with the Kalray's neural network package.
|
| 10 |
+
Please see www.github.com/kalray/kann-models-zoo for details and proper usage.
|
| 11 |
+
|
| 12 |
+
Contents:
|
| 13 |
+
--------
|
| 14 |
+
- ONNX: resnet50v1.5.onnx
|
| 15 |
+
- TFLite: resnet50v1.5.tflite
|
| 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 reference:
|
| 22 |
+
------------------------------
|
| 23 |
+
https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html#torchvision.models.resnet50
|
| 24 |
+
|
| 25 |
+
Author:
|
| 26 |
+
-------
|
| 27 |
+
qmuller@kalrayinc.com
|