[Bao Kim] Just finished writing a new Python DDP module

None of the existing Python DDP modules seem to have been updated in a while, so I dug up some old code I wrote. I immediately trashed that code and started over, creating ddp_asyncio . It uses Python’s new asynchronous modules and syntax instead of threading.

I’d love to hear any thoughts or suggestions.

2 Likes