Tushar Sahu

Results 4 issues of Tushar Sahu

### Model description **Restormer: Efficient Transformer for High-Resolution Image Restoration** was published in CVPR 2022, which introduced a new Vision Transformer based architecture for Image Restoration tasks like Deraining, Motion...

New model

Design a fully responsive footer to be added at the bottom of all the pages of the VisualML site (including the home page and the demo pages). The footer shall:...

enhancement
intermediate

Steps - Refactor the code of [index.html](https://github.com/dsgiitr/VisualML/blob/master/Autoencoder/index.html) to make the site responsive. - Restyle the entire demo page using proper color themes, designs and fonts. Incorporate external CSS.

enhancement
intermediate

## Motivation Add A3C implementation as presented [here](https://arxiv.org/abs/1602.01783) so that the experiments of [Rainbow](https://arxiv.org/pdf/1710.02298.pdf) can be added to the examples in further contributions. ## Solution Add A3C code like [A2C](torchrl/objectives/a2c.py)...

enhancement