sravanthOppo27
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  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