If the problem persists, the following error will be thrown
Copy
Ask AI
ERROR: Declaring stall due to input starvation, no change in status for 630 secs
This error means that the model is too fast compared to the speed of your dataloader. Therefore you will need to rethink how you can speed up your data pipeline. Visit the section Creating custom dataloaders that includes:
Examples on how to convert dataloaders that already work on GPUs
Best practices to improve the performance of your dataloaders.