ChaiBapchya commented on issue #13736: gluon.utils.clip_global_norm/nd.dot with 
fp16 throws fatal message
URL: 
https://github.com/apache/incubator-mxnet/issues/13736#issuecomment-522102069
 
 
   Unable to reproduce it
   With latest master 
   ```
   Python 3.6.5 |Anaconda, Inc.| (default, Apr 29 2018, 16:14:56)
   >>> import mxnet as mx
   >>> b = mx.nd.ones((10,), dtype='float16', ctx=mx.gpu())
   [18:10:21] ../src/base.cc:84: Upgrade advisory: this mxnet has been built 
against cuDNN lib version 7401, which is older than the oldest version tested 
by CI (7600).  Set MXNET_CUDNN_LIB_CHECKING=0 to quiet this warning.
   >>> mx.nd.dot(b,b)
   
   [10.]
   <NDArray 1 @gpu(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:
[email protected]


With regards,
Apache Git Services

Reply via email to