Instructions to use amd/mnasnet_b1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- timm
How to use amd/mnasnet_b1 with timm:
import timm model = timm.create_model("hf_hub:amd/mnasnet_b1", pretrained=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -47,7 +47,7 @@ python eval_onnx.py --onnx_model mnasnet_b1_int.onnx --ipu --provider_config Pat
|
|
| 47 |
|
| 48 |
|Metric |Accuracy on IPU|
|
| 49 |
| :----: | :----: |
|
| 50 |
-
|Top1/Top5| 73.
|
| 51 |
|
| 52 |
|
| 53 |
```bibtex
|
|
|
|
| 47 |
|
| 48 |
|Metric |Accuracy on IPU|
|
| 49 |
| :----: | :----: |
|
| 50 |
+
|Top1/Top5| 73.51% / 91.56% |
|
| 51 |
|
| 52 |
|
| 53 |
```bibtex
|