Remove skipped models from the webpage
Nobody has claimed this yet.
- Dominant language
- Jupyter Notebook
- Stars
- 9.8k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the webpage generation entry point and how it traverses the model folders. Verify that models inside the named skip folders are excluded from the webpage, while models in the other folders remain displayed.
Written by the indexing model from the issue text.
Assessment
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100