Update README.md
Browse files
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/
|
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 |
```
|