Describe the bug
Try to run the file single_gpu_node_ddp_template.py, to test the code, but got error:
To Reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Change function name from 'train_loader' to 'tng_loader' can fix it.
tng changed to train in 0.50
Thanks. Changing the name to train_loader solve the problem. Also, my dataset returns a dict before. I change it to return a tuple, so now I can use ddp option.