[GitHub] [incubator-mxnet] matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0

2019-10-28 Thread GitBox
matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0 URL: https://github.com/apache/incubator-mxnet/pull/16555#issuecomment-547000155 `RNN` has inconsistent output in training mode. The following script prints a nonzero array: ``` import mxnet as mx sym = mx.

[GitHub] [incubator-mxnet] matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0

2019-10-25 Thread GitBox
matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0 URL: https://github.com/apache/incubator-mxnet/pull/16555#issuecomment-546457096 @pengzhao-intel > @matteosal this is really helpful for us :) > How many issues do you see until now? > How about the performance

[GitHub] [incubator-mxnet] matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0

2019-10-24 Thread GitBox
matteosal commented on issue #16555: Upgrade MKL-DNN dependency to v1.0 URL: https://github.com/apache/incubator-mxnet/pull/16555#issuecomment-545892144 I have some crashes, I've isolated the first one (related to `_foreach`). Attached is the related json file. Code to reproduce: ```