Very slow performance with trainer.fit

Hi, you can try Profiler to see what’s taking most of the time. If your data loader is taking more time, you can try adjusting the number of workers in your dataloader.

Additionally, you can try some of these plugins, though I am not sure if they would be helpful in reducing execution time.