qc903113684
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ It introduces the concept of residual learning, protects the integrity of inform
|
|
13 |
The model can be found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py)
|
14 |
|
15 |
|
16 |
-
|Device|SoC|Runtime|Model|Size (pixels)|Inference Time (ms)|Precision|Compute
|
17 |
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
18 |
|AidBox QCS6490|QCS6490|QNN|ResNet-50|224|3.6|INT8|NPU|[model download](https://huggingface.co/aidlux/ResNet-50/blob/main/QCS6490/resnet50_int8.qnn.serialized.bin)|
|
19 |
|AidBox QCS6490|QCS6490|QNN|ResNet-50|224|5.9|INT16|NPU|[model download](https://huggingface.co/aidlux/ResNet-50/blob/main/QCS6490/resnet50_int16.qnn.serialized.bin)|
|
|
|
13 |
The model can be found [here](https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py)
|
14 |
|
15 |
|
16 |
+
|Device|SoC|Runtime|Model|Size (pixels)|Inference Time (ms)|Precision|Compute Unit|Model Download|
|
17 |
|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|:----:|
|
18 |
|AidBox QCS6490|QCS6490|QNN|ResNet-50|224|3.6|INT8|NPU|[model download](https://huggingface.co/aidlux/ResNet-50/blob/main/QCS6490/resnet50_int8.qnn.serialized.bin)|
|
19 |
|AidBox QCS6490|QCS6490|QNN|ResNet-50|224|5.9|INT16|NPU|[model download](https://huggingface.co/aidlux/ResNet-50/blob/main/QCS6490/resnet50_int16.qnn.serialized.bin)|
|