You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Hey, this is the MXNet Label Bot.
Thank you for submitting the issue! I will try and suggest some labels so that the appropriate MXNet community members can help resolve it.
Here are my recommended labels: Gluon, Feature
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)>
On GPU with 1-D input:
Note that gluon.utils.clip_global_norm internally calls
nd.dot
and fails, tooThe text was updated successfully, but these errors were encountered: