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

Implementation of Convolutional enhanced image Transformer

Results 6 CeiT-pytorch issues
Sort by recently updated
recently updated
newest added

Are there any instructions to help me train the model on other datasets mentioned in the paper, e.g., Oxford pets? As I understood, as of now, it is just possible...

I wonder why the image size for cifar is 224? Is this just for convenience?

raise EinopsError('Shape mismatch, {} != {}'.format(length, known_product)) einops.EinopsError: Shape mismatch, 4 != 196

Hi @rishikksh20, Thank you for your great work. When I give an image 224x224, it works fine. Then, I just changed image 224 to 112x112 and it gives an error....

Hello, I'm appreciate that your work help me a lot. I have a question that dose Transformer model need parameters initialization?