I tested with a single GPU and training works fine. I am not testing with multiple GPUs and i noticed, that the outer bar (counting total number of steps) is not updating. Adding some print statements to the code it seems that the statement in train.py:
for batchs in loader returns batchs: [], [], [], [] (so empty batches)
seems something goes wrong in data loader ?
I tested with a single GPU and training works fine. I am not testing with multiple GPUs and i noticed, that the outer bar (counting total number of steps) is not updating. Adding some print statements to the code it seems that the statement in train.py:
for batchs in loaderreturns batchs:[], [], [], [](so empty batches)seems something goes wrong in data loader ?