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: resnet50v1.5.onnx
|
|
|
16 |
- TFLite: resnet50v1.5.tflite
|
17 |
|
18 |
# Lecture note reference
|
@@ -21,7 +22,8 @@ Please see https://huggingface.co/docs/transformers/main/en/model_doc/resnet for
|
|
21 |
|
22 |
# Repository or links references
|
23 |
|
24 |
-
- https://
|
|
|
25 |
|
26 |
BibTeX entry and citation info
|
27 |
```
|
|
|
13 |
# Contents
|
14 |
|
15 |
- ONNX: resnet50v1.5.onnx
|
16 |
+
- Quantized ONNX (INT8): resnet50v1.5-q.onnx
|
17 |
- TFLite: resnet50v1.5.tflite
|
18 |
|
19 |
# Lecture note reference
|
|
|
22 |
|
23 |
# Repository or links references
|
24 |
|
25 |
+
- [ONNX](https://github.com/onnx/models/blob/main/validated/vision/classification/resnet/README.md)
|
26 |
+
- [PyTorch | TorchVision](https://pytorch.org/vision/main/models/generated/torchvision.models.resnet50.html#torchvision.models.resnet50)
|
27 |
|
28 |
BibTeX entry and citation info
|
29 |
```
|