nbouberbachene commited on
Commit
a955495
1 Parent(s): 9ef85c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +47 -3
README.md CHANGED
@@ -1,3 +1,47 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ datasets:
4
+ - ILSVRC/imagenet-1k
5
+ pipeline_tag: image-classification
6
+ ---
7
+
8
+ # Introduction
9
+
10
+ This repository stores the model for Regnet-x-8.0g, compatible with Kalray's neural network API. </br>
11
+ Please see www.github.com/kalray/kann-models-zoo for details and proper usage. </br>
12
+ Please see https://huggingface.co/docs/transformers/main/en/model_doc/regnet for Regnet model description. </br>
13
+
14
+ # Contents
15
+
16
+ - ONNX: regnet-x-8g.onnx
17
+
18
+ # Lecture note reference
19
+
20
+ - Designing Network Design Spaces, https://arxiv.org/pdf/2003.13678.pdf
21
+
22
+ # Repository or links references
23
+
24
+ - https://pytorch.org/vision/stable/models/generated/torchvision.models.regnet_x_8gf.html#torchvision.models.regnet_x_8gf
25
+
26
+ BibTeX entry and citation info
27
+ ```
28
+ @article{DBLP:journals/corr/abs-2003-13678,
29
+ author = {Ilija Radosavovic and
30
+ Raj Prateek Kosaraju and
31
+ Ross B. Girshick and
32
+ Kaiming He and
33
+ Piotr Doll{\'{a}}r},
34
+ title = {Designing Network Design Spaces},
35
+ journal = {CoRR},
36
+ volume = {abs/2003.13678},
37
+ year = {2020},
38
+ url = {https://arxiv.org/abs/2003.13678},
39
+ eprinttype = {arXiv},
40
+ eprint = {2003.13678},
41
+ timestamp = {Thu, 02 Apr 2020 15:34:08 +0200},
42
+ biburl = {https://dblp.org/rec/journals/corr/abs-2003-13678.bib},
43
+ bibsource = {dblp computer science bibliography, https://dblp.org}
44
+ }
45
+ ```
46
+
47
+ Author: nbouberbachene@kalrayinc.com