Training doesn't start
I'm trying to train a model on a custom dataset. The training begins, but stops at the moment of generating the dataset. The last lines that are printed to the console:
Resolving data files: 100%|███████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2117/2117 [00:00<00:00, 42802.73it/s] Resolving data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 605/605 [00:00<00:00, 46075.35it/s] Resolving data files: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 304/304 [00:00<00:00, 55909.34it/s] Downloading data: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 2119/2119 [00:00<00:00, 38616.95files/s] Downloading data: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 607/607 [00:00<00:00, 45081.68files/s] Downloading data: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 306/306 [00:00<00:00, 52478.11files/s] Generating train split: 2116 examples [00:00, 9723.71 examples/s] Generating validation split: 604 examples [00:00, 17335.75 examples/s] Generating test split: 303 examples [00:00, 16679.23 examples/s]
What should I do? How to understand where exactly the problem is?
Source: clovaai/donut