dandelin / ViLT

Code for the ICML 2021 (long talk) paper: "ViLT: Vision-and-Language Transformer Without Convolution or Region Supervision"
Apache License 2.0
1.36k stars 209 forks source link

while read file idx 2740206 in conceptual_caption_train_0 -> image file is truncated #55

Open campper opened 2 years ago

campper commented 2 years ago

rror while read file idx 4315223 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15eddea0> Error while read file idx 3711625 in conceptual_caption_train_0 -> image file is truncated (2 bytes not processed) Error while read file idx 3093783 in conceptual_caption_train_0 -> image file is truncated (17 bytes not processed) Error while read file idx 2847201 in conceptual_caption_train_0 -> image file is truncated (54 bytes not processed) Error while read file idx 5076530 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15f419a0> Error while read file idx 69004 in conceptual_caption_train_0 -> image file is truncated (1 bytes not processed) Error while read file idx 2406158 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15dbe3b0> Error while read file idx 5069078 in conceptual_caption_train_0 -> image file is truncated (16 bytes not processed) Error while read file idx 368366 in conceptual_caption_train_0 -> image file is truncated (0 bytes not processed) Error while read file idx 1811412 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 1270250 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15daa3b0> Error while read file idx 4912662 in conceptual_caption_train_0 -> image file is truncated (26 bytes not processed) Error while read file idx 1525670 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 148538 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 754231 in conceptual_caption_train_0 -> image file is truncated (67 bytes not processed) Error while read file idx 3571411 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 2832347 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 2409397 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15f36450> Error while read file idx 1109326 in conceptual_caption_train_0 -> image file is truncated (11 bytes not processed) Error while read file idx 2316795 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15daaa90> Error while read file idx 2552110 in conceptual_caption_train_0 -> image file is truncated (1 bytes not processed) Error while read file idx 741859 in conceptual_caption_train_0 -> image file is truncated (29 bytes not processed) Error while read file idx 2410029 in conceptual_caption_train_0 -> image file is truncated (45 bytes not processed) Error while read file idx 4790515 in conceptual_caption_train_0 -> image file is truncated (56 bytes not processed) Error while read file idx 2034909 in conceptual_caption_train_0 -> image file is truncated (43 bytes not processed) Error while read file idx 1324390 in conceptual_caption_train_0 -> image file is truncated (37 bytes not processed) Error while read file idx 3943618 in conceptual_caption_train_0 -> image file is truncated (26 bytes not processed) Error while read file idx 451781 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15ec9680> Error while read file idx 399390 in conceptual_caption_train_0 -> image file is truncated (5 bytes not processed) Error while read file idx 3054179 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15ec9680> Error while read file idx 814450 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 1494227 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15ec9900> Error while read file idx 3280189 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 2740206 in conceptual_caption_train_0 -> image file is truncated (115 bytes not processed) Error while read file idx 237140 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15daa9a0> Error while read file idx 824985 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 3924715 in conceptual_caption_train_0 -> image file is truncated (12 bytes not processed) Error while read file idx 4426281 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f1b15edd540> Error while read file idx 538582 in conceptual_caption_train_0 -> image file is truncated (17 bytes not processed) Error while read file idx 453523 in conceptual_caption_train_0 -> image file is truncated (9 bytes not processed) Error while read file idx 4570825 in conceptual_caption_train_0 -> cannot identify image file <_io.BytesIO object at 0x7f18c76b3ef0> Error while read file idx 2341772 in conceptual_caption_train_0 -> image file is truncated (30 bytes not processed) Error while read file idx 4536490 in conceptual_caption_train_0 -> image file is truncated (16 bytes not processed) Error while read file idx 4025642 in conceptual_caption_train_0 -> image file is truncated (42 bytes not processed) Error while read file idx 834745 in conceptual_caption_train_0 -> broken data stream when reading image file Error while read file idx 4325653 in conceptual_caption_train_0 -> image file is truncated (44 bytes not processed) Epoch 0: 2%|▏ | 61830/3574617 [11:12:50<637:06:09, 1.53it/s, loss=11, v_num=1]^[a

Bin-ze commented 2 years ago

I have the same problem, have you found a solution?