Image Classification
ONNX
qmller commited on
Commit
b8fc58d
·
verified ·
1 Parent(s): cbdf848

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -21,7 +21,8 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/regnet for
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
  ```
@@ -36,12 +37,35 @@ BibTeX entry and citation info
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
 
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [PyTorch | TorchVision](https://pytorch.org/vision/stable/models/generated/torchvision.models.regnet_x_8gf.html#torchvision.models.regnet_x_8gf)
25
+ - [Facebook-research (code)](https://github.com/facebookresearch/pycls)
26
 
27
  BibTeX entry and citation info
28
  ```
 
37
  volume = {abs/2003.13678},
38
  year = {2020},
39
  url = {https://arxiv.org/abs/2003.13678},
40
+ eprinttype = {arXiv},
41
  eprint = {2003.13678},
42
  timestamp = {Thu, 02 Apr 2020 15:34:08 +0200},
43
  biburl = {https://dblp.org/rec/journals/corr/abs-2003-13678.bib},
44
  bibsource = {dblp computer science bibliography, https://dblp.org}
45
  }
46
+
47
+ @InProceedings{Radosavovic2019,
48
+ title = {On Network Design Spaces for Visual Recognition},
49
+ author = {Ilija Radosavovic and Justin Johnson and Saining Xie Wan-Yen Lo and Piotr Doll{\'a}r},
50
+ booktitle = {ICCV},
51
+ year = {2019}
52
+ }
53
+
54
+ @InProceedings{Radosavovic2020,
55
+ title = {Designing Network Design Spaces},
56
+ author = {Ilija Radosavovic and Raj Prateek Kosaraju and Ross Girshick and Kaiming He and Piotr Doll{\'a}r},
57
+ booktitle = {CVPR},
58
+ year = {2020}
59
+ }
60
+
61
+ @InProceedings{Dollar2021,
62
+ title = {Fast and Accurate Model Scaling},
63
+ author = {Piotr Doll{\'a}r and Mannat Singh and Ross Girshick},
64
+ booktitle = {CVPR},
65
+ year = {2021}
66
+ }
67
  ```
68
 
69
+ Authors:
70
+ + qmuller@kalrayinc.com
71
+ + nbouberbachene@kalrayinc.com