[GitHub] dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading

2018-08-29 Thread GitBox
dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393#issuecomment-417007354 I realized that I shouldn't use mx.nd.array in different threads, because it uses Push API. I found [here](https:/

[GitHub] dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading

2018-09-03 Thread GitBox
dzabraev commented on issue #12393: Deadlock in save_checkpoint when using threading URL: https://github.com/apache/incubator-mxnet/issues/12393#issuecomment-418103496 I found that I didn't have the deadlock. I don't have engine synchronization. When I did save_checkpoint operation, my pr