Image Classification
ONNX
qmller commited on
Commit
6a80f0b
1 Parent(s): 55c6d62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -20,7 +20,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
20
 
21
  # Repository or links references
22
 
23
- - https://github.com/onnx/models/blob/5faef4c33eba0395177850e1e31c4a6a9e634c82/vision/classification/resnet/model/resnet152-v1-7.onnx
24
 
25
  BibTeX entry and citation info
26
  ```
@@ -34,7 +34,7 @@ BibTeX entry and citation info
34
  volume = {abs/1512.03385},
35
  year = {2015},
36
  url = {http://arxiv.org/abs/1512.03385},
37
- eprinttype = {arXiv},
38
  eprint = {1512.03385},
39
  timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
40
  biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
@@ -42,4 +42,6 @@ BibTeX entry and citation info
42
  }
43
  ```
44
 
45
- Author: [email protected]
 
 
 
20
 
21
  # Repository or links references
22
 
23
+ - [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/resnet/README.md)
24
 
25
  BibTeX entry and citation info
26
  ```
 
34
  volume = {abs/1512.03385},
35
  year = {2015},
36
  url = {http://arxiv.org/abs/1512.03385},
37
+ eprinttype = {arXiv},
38
  eprint = {1512.03385},
39
  timestamp = {Wed, 25 Jan 2023 11:01:16 +0100},
40
  biburl = {https://dblp.org/rec/journals/corr/HeZRS15.bib},
 
42
  }
43
  ```
44
 
45
+ Authors:
46
47