vit-pytorch icon indicating copy to clipboard operation
vit-pytorch copied to clipboard

vit model from tensorflow

Results 2 vit-pytorch issues
Sort by recently updated
recently updated
newest added

My code: `if __name__ == '__main__': import torch import cv2 input_size = 224 img = cv2.imread("OIP-C.jpg") img = cv2.resize(img,(224,224)) img = rearrange(img, 'h w c -> c h w') img...

@likelyzhao Hello, when I used your code to finetine my dataset, I got a problem like this, could you tell me how to slove it? Thank you! ![image](https://user-images.githubusercontent.com/80735955/145679257-ddc3c1dd-f6db-4941-92ae-9bdf81d1e91d.png)