[GitHub] [incubator-mxnet] icemelon9 commented on issue #17479: Bug in RNN and LSTM with multiple layers for mxnet-mkl

2020-01-30 Thread GitBox
icemelon9 commented on issue #17479: Bug in RNN and LSTM with multiple layers 
for mxnet-mkl
URL: 
https://github.com/apache/incubator-mxnet/issues/17479#issuecomment-580535683
 
 
   I compiled the mxnet master with mkldnn. And the output results are correct 
now.


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [incubator-mxnet] icemelon9 commented on issue #17479: Bug in RNN and LSTM with multiple layers for mxnet-mkl

2020-01-30 Thread GitBox
icemelon9 commented on issue #17479: Bug in RNN and LSTM with multiple layers 
for mxnet-mkl
URL: 
https://github.com/apache/incubator-mxnet/issues/17479#issuecomment-580396160
 
 
   I installed mxnet through pip. The output of the script from my side is:
   > pip install mxnet-mkl==1.6.0b20191023
   ```
   [[[0. 0. 0.07724057 0.0566524  0. 0.04362311
  0.03751738 0.00556269 0.0550974  0.]]
   
[[0. 0. 0.00398349 0. 0.01183925 0.01306902
  0.0047982  0. 0. 0.]]
   
[[0. 0. 0. 0. 0.01282815 0.00460393
  0. 0. 0. 0.]]]
   [[[0.07427667 0.04290958 0. 0. 0.05070981 0.
  0. 0.07841663 0.12032647 0.00205634]]
   
[[0. 0. 0. 0. 0.01282815 0.00460393
  0. 0. 0. 0.]]]
   ```
   > pip install mxnet==1.6.0b20191023
   ```
   [[[0. 0.00465954 0.0188278  0.04177516 0. 0.
  0. 0. 0.02623909 0.]]
   
[[0. 0. 0. 0. 0.01337615 0.00938206
  0.00011961 0. 0. 0.]]
   
[[0. 0. 0. 0. 0.01263414 0.00438385
  0. 0. 0. 0.]]]
   [[[0.07427667 0.04290957 0. 0. 0.05070981 0.
  0. 0.07841662 0.12032647 0.00205634]]
   
[[0. 0. 0. 0. 0.01263414 0.00438385
  0. 0. 0. 0.]]]
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services