Image Classification
ONNX
qmller commited on
Commit
30473ae
1 Parent(s): b40c754

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -13,6 +13,7 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
13
  # Contents
14
 
15
  - ONNX: resnet101-v1-7s.onnx
 
16
 
17
  # Lecture note reference
18
 
@@ -20,7 +21,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/resnet101-v1-7.onnx
24
 
25
  BibTeX entry and citation info
26
  ```
 
13
  # Contents
14
 
15
  - ONNX: resnet101-v1-7s.onnx
16
+ - Quantized ONNX (INT8): resnet101-v1-7s-q.onnx
17
 
18
  # Lecture note reference
19
 
 
21
 
22
  # Repository or links references
23
 
24
+ - [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/resnet/README.md)
25
 
26
  BibTeX entry and citation info
27
  ```