sravanthOppo27

Results 4 issues of sravanthOppo27

ViT-S is not there in torchvision.models.vision_transformer , It is there in timm.models.vision_transformer . When I was trying to prune the vit_small_patch16_224 , I am getting error as local_norm = local_norm[idxs]...

I have been training on im2Latex-100k dataset . But the results for validation are bad even after 60 epochs . I am attaching the config files and the graphs for...

While I was caluclating the inference with CPU through image_demo.py , I am getting the following ![image](https://user-images.githubusercontent.com/122531535/231071756-e090ea2f-e4c0-46da-834e-b6eaa5a03994.png) It is working fine when , I was using the GPU. Can anyone...

I am getting this AssertionError: Default process group is not initialized error while training the program . Can anyone help me