onnx / models

A collection of pre-trained, state-of-the-art models in the ONNX format
http://onnx.ai/models/
Apache License 2.0
7.46k stars 1.36k forks source link

Move unverified models to skip folder #651

Closed ramkrishna2910 closed 5 months ago

ramkrishna2910 commented 5 months ago

This PR moves the models that were not successfully verified by the torch.export.verification API to a skip folder. These models will not be displayed on the Onnx Model Zoo webpage.

jcwchen commented 5 months ago

LGTM. Just curious why these existing models cannot pass by their API? Are there any obvious reasons?

ramkrishna2910 commented 5 months ago

LGTM. Just curious why these existing models cannot pass by their API? Are there any obvious reasons?

Not sure yet. I will pass this on to the exporter team for further investigation.