Hacker News new | ask | show | jobs
by joconde 1657 days ago
PyTorch works very well with PyInstaller. The only issue is that it can't use the DataLoader's worker processes, they crash for some reason (even with multiprocessing.freeze_support()).
1 comments

Thanks, good to know!