quark0 / darts

Differentiable architecture search for convolutional and recurrent networks
https://arxiv.org/abs/1806.09055
Apache License 2.0
3.92k stars 843 forks source link

Broken pipe issue #166

Closed moon4sake closed 2 years ago

moon4sake commented 2 years ago

While running train_search.py, I constantly get 'broken pipe issue' message, and it keeps tracking "python3.7/multiprocessing/connection.py". Because this is not an error, I still can run through all the codes but this constant traceback messages issue seem to slow down the code. Did this ever happen? Btw, I used PyTorch 1.11.0 & Python 3.7.

moon4sake commented 2 years ago

Never mind. It was dataloader's num_worker problem! Thanks.