pesser / edflow

Reduce boilerplate code for your ML projects. TensorFlow and PyTorch.
https://edflow.readthedocs.io/
MIT License
24 stars 13 forks source link

Sigpipe #185

Closed pesser closed 4 years ago

pesser commented 4 years ago

builds on top of #183 one cannot set signal handling in child threads. this prevented any code which imported edflow.main to be run in threads. now signal handling is set directly in the edflow executable which is not expected to be run in threads.