lukemelas / PyTorch-Pretrained-ViT

Vision Transformer (ViT) in PyTorch
770 stars 124 forks source link

Segmentation fault (core dumped) problem #23

Open mathshangw opened 2 years ago

mathshangw commented 2 years ago

i got

free(): invalid size
Aborted (core dumped)

when i tried the example code for the classification . how can i solve it, please