Re: mxnet ctrl-c

2019-09-23 Thread Anirudh Subramanian
That would be great. Thanks Chris! On Mon, Sep 23, 2019 at 12:11 PM Chris Olivier wrote: > thanks for the response. i trying to write to a “gpu” (sort of) with mxnet > and sometimes takes a long time and having no way to interrupt it > gracefully is “bad”. I will try to experiment with chaining

Re: mxnet ctrl-c

2019-09-23 Thread Chris Olivier
thanks for the response. i trying to write to a “gpu” (sort of) with mxnet and sometimes takes a long time and having no way to interrupt it gracefully is “bad”. I will try to experiment with chaining back to the python through normal signal channels. if i can get it to work i’ll post a PR. On

mxnet ctrl-c

2019-09-22 Thread Chris Olivier
question: how does gluon handle ctrl-c during a “long” imperative operation where the GLI hasn’t been released yet? is it supposed to be caught in c++ or python or no special handling for it at the moment?