Ofer Hasson

Results 5 comments of Ofer Hasson

As this is my first contribution here, I didn't want to make a mess :) But I think that the Dockerfile would be simpler if it pulled from Python instead...

Having the same issue on: FreeBSD 10.3-RELEASE

Hehe, I was just noticed it... I got 0.2% better accuracy with the corrected activation (not on ImageNet).

The multiprocessing module warning is problematic when the module isn't directly used by the user. In frameworks like PyTorch, it's used internally through DataLoaders, torchrun, and other components. The different...

I'm not arguing with `fork` being problematic, and I value your work toward helping people. I was trying to convey, that setting `multiprocessing.set_start_method("spawn")` or forkserver for that matter, is not...