models icon indicating copy to clipboard operation
models copied to clipboard

Remove skipped models from the webpage

Open ramkrishna2910 opened this issue 1 year ago • 1 comments

Some models had to be skipped because they failed torch.onnx.verification . These models have been moved under a folder called skip in each of the following folders: https://github.com/onnx/models/tree/main/Computer_Vision/skip https://github.com/onnx/models/tree/main/Generative_AI/skip https://github.com/onnx/models/tree/main/Natural_Language_Processing/skip https://github.com/onnx/models/tree/main/Graph_Machine_Learning/skip

The models under the above folders should not be displayed on the webpage

ramkrishna2910 avatar Jan 30 '24 04:01 ramkrishna2910

This issue has been fixed in the commit: https://github.com/onnx/models/pull/649/commits/fe25c752a33654169ba1830f28b406b3f3bb33dd

venkatvellaichamy avatar Feb 03 '24 20:02 venkatvellaichamy