Efficient-PyTorch
Efficient-PyTorch copied to clipboard
LMDB getting slower after iterations
I customize a dataset with LMDB format. Then I train the model in pytorch's DDP mode with 4 GPUs.
The training process is suddenly going down after some iterations (about 6 times slower). The memory doesn't change a lot.
Do you know the possible reasons?
i have same problem..