Abhijit Deo
Abhijit Deo
Hey ! Thanks for sharing this amazing work! It would be really great if there is readthedocs or similar documentation website! Thanks!
paper - https://arxiv.org/abs/2202.09741 code- https://github.com/Visual-Attention-Network/VAN-Classification https://github.com/Visual-Attention-Network/VAN-Segmentation
I have added some fixes for page breaks in #86. Still, we need to enhance the docs for [visualization methods](https://vformer.readthedocs.io/en/latest/api/viz/index.html). We can include the license/copyright disclaimer for visualization methods in...
Existing libraries like [this](https://github.com/1adrianb/pytorch-estimate-flops) don't have methods for counting flops for activations like `GeLU()`;
Add title to the tables in the `Models and Pretrained Weights` section of torchvision documentation.
### 🚀 The feature Currently, there is no title to the tables in the `Models and Pretrained Weights` section. [click here](https://pytorch.org/vision/0.13/generated/detection_table.html?) to open docs .  As you can see...
since release of mypy 0.981 recursive types are supported; i have just removed the `#` as per suggestion in the TODO comment and have changed the mypy version in the...