iree-org / iree-test-suites

Test suites for IREE and related projects
Apache License 2.0
2 stars 6 forks source link

Move ONNX vision model tests under model_zoo/validated. #44

Closed ScottTodd closed 13 hours ago

ScottTodd commented 1 day ago
Description Path example
Before onnx_models/tests/vision/classification_models_test.py
After onnx_models/tests/model_zoo/validated/vision/classification_models_test.py

This now mirrors the structure in the upstream onnx/models repository more closely: https://github.com/onnx/models/tree/main/validated/vision, in preparation for adding tests for the non-validated models or models from other sources like https://huggingface.co/models.