Data not loading when num_workers>0

Hey @Sar2580P

You need to basically do what it says there, run your code under this guard:

def main():
    # put your code here


if __name__ == '__main__':
    main()