Revert "Submission for Model ZOO - HAT models"#226
Closed
bartoszptak wants to merge 1 commit intodevelfrom
Closed
Conversation
There was a problem hiding this comment.
Pull request overview
This PR reverts the addition of HAT (Hybrid Attention Transformer) models to the Model ZOO documentation due to a reported issue with the HAT_SRx4_ImageNet-pretrain.onnx model not working properly.
Key changes:
- Removes all 6 HAT model entries (HAT x2/x3/x4 and HAT-L x2/x3/x4) from the Super Resolution Models table
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| |[Hybrid Attention Transformer - Large (HAT-L X2)](https://github.com/ArturWoz/HAT-onnx/releases/download/release/HAT-L_SRx2_ImageNet-pretrain.onnx) |64 | Set it same as input data |X2 |[Model](https://github.com/XPixelGroup/HAT) originally trained by Xiangyu Chen et. al. converted to onnx format | [Image](https://github.com/ArturWoz/HAT-onnx/blob/main/examples/HAT-L_SRx2_ImageNet-pretrain.onnx.png)| | ||
| |[Hybrid Attention Transformer - Large (HAT-L X3)](https://github.com/ArturWoz/HAT-onnx/releases/download/release/HAT-L_SRx3_ImageNet-pretrain.onnx) |64 | Set it same as input data |X3 |[Model](https://github.com/XPixelGroup/HAT) originally trained by Xiangyu Chen et. al. converted to onnx format | [Image](https://github.com/ArturWoz/HAT-onnx/blob/main/examples/HAT-L_SRx3_ImageNet-pretrain.onnx.png)| | ||
| |[Hybrid Attention Transformer - Large (HAT-L X4)](https://github.com/ArturWoz/HAT-onnx/releases/download/release/HAT-L_SRx4_ImageNet-pretrain.onnx) |64 | Set it same as input data |X4 |[Model](https://github.com/XPixelGroup/HAT) originally trained by Xiangyu Chen et. al. converted to onnx format | [Image](https://github.com/ArturWoz/HAT-onnx/blob/main/examples/HAT-L_SRx4_ImageNet-pretrain.onnx.png)| | ||
|
|
There was a problem hiding this comment.
This line introduces inconsistent formatting with a pipe character followed by no content. This should be removed entirely to maintain a clean table structure. The line should simply be blank (no pipe character).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reverts #222
HAT_SRx4_ImageNet-pretrain.onnxdoes not work?