pytorch-distributed
pytorch-distributed copied to clipboard
Can't pickle <function main_worker
When I used multiprocessing distributed, I encountered an error: Can't pickle <function main_worker at 0x7f1c444e9d30>: attribute lookup main_worker on main failed. I found this error even if I did not make any changes to the multiprocessing distributed.py Can you help me?