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 was archived by the owner on Nov 17, 2023. It is now read-only.
MXNetError: Traceback (most recent call last):
File "include/mxnet/./tensor_blob.h", line 256
MXNetError: Check failed: mshadow: :DataType<DType>::kFlag == type_flag_: TBlob.get_with_shape: data type do not match specified type.Expected: long long v.s. given float
Currently, I have to use query / F.np.sqrt(query_shape[-1].astype(np.float32)).
This is related to #18022.
Reproducible example:
Error message:
Currently, I have to use
query / F.np.sqrt(query_shape[-1].astype(np.float32)).