Aditya Mehrotra

Results 2 issues of Aditya Mehrotra

Added https://pytorch.org/docs/stable/generated/torch.meshgrid.html. Currently only supports 1-D `Tensors` as inputs (no scalars yet) and doesn't have an indexing argument.

I used something similar to [this](https://github.com/huggingface/pytorch-image-models/discussions/1232) to extract the attention scores for the penultimate layer, as explained in the caption for figure 3e. However, I found that the attention maps...