hudsontek
Results
2
comments of
hudsontek
> @dragen1860 I was having the same problem. Adding this line in the main script solved my problem. > > ``` > > if __name__ == "__main__": > > mp.set_start_method("spawn")...
I came across the same issue. I guess you are also using Linux? Seems to be an inherent bug of pytorch. I have already filed a report(see [here](https://github.com/pytorch/pytorch/issues/48382)). Hope they...