Pytorch model training stops at the end of the first Epoch

Hello Everyone,
I have seen related post about my issue, but after applying the advice and changing the num_workers, my training still gets intrrupted without any error as shown in screenshot bellow, I have a Pytorch 1.12.1+cpu and I have set max_steps =1 and still it says trainer.fit stopped “max_steps=1 reached” and mine is 10, I don’t know where it takes this value.
I would appreciate any help to solve this issue, thanks!

I found the error, Actually it is due to parameter " FAST_DEV_RUN" that was set to true and that sets max_steps to 1 for debugging purposes, so in normal use: FAST_DEV_RUN should be false