yanziwei

Results 2 issues of yanziwei

**I minimally reproduced the startup process:** ```ruby import torch from boxx import * mp = torch.multiprocessing.get_start_method( allow_none=True) print(mp) ``` I expect to get None or spawn The actual got the...

I want to know how to train this model in parallel?

question