nbouberbachene
commited on
Commit
•
c3396ae
1
Parent(s):
00745d0
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,36 @@
|
|
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 Efficientnet-b4, 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/efficientnet for Efficientnet model description. </br>
|
12 |
+
|
13 |
+
# Contents
|
14 |
+
|
15 |
+
- ONNX: efficientNet-b4.onnx
|
16 |
+
|
17 |
+
# Lecture note reference
|
18 |
+
|
19 |
+
- EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks, https://arxiv.org/pdf/1905.11946
|
20 |
+
|
21 |
+
# Repository or links references
|
22 |
+
|
23 |
+
- https://pytorch.org/vision/stable/models/generated/torchvision.models.efficientnet_b4.html#torchvision.models.efficientnet_b4
|
24 |
+
|
25 |
+
BibTeX entry and citation info
|
26 |
+
```
|
27 |
+
@inproceedings{he2016deep,
|
28 |
+
title={Deep residual learning for image recognition},
|
29 |
+
author={He, Kaiming and Zhang, Xiangyu and Ren, Shaoqing and Sun, Jian},
|
30 |
+
booktitle={Proceedings of the IEEE conference on computer vision and pattern recognition},
|
31 |
+
pages={770--778},
|
32 |
+
year={2016}
|
33 |
+
}
|
34 |
+
```
|
35 |
+
|
36 |
+
Author: nbouberbachene@kalrayinc.com
|