Closed sxjscience closed 4 years ago
thanks for bringing this up. int64 as default is not yet enabled and there are some more work needed for that to happen.
I can confirm that there is a bug here as
<<<MXNetError: Check failed: assign(&dattr, vec.at(i)): Incompatible attr in node _npi_stack at 1-th input: expected int32, got int64
Merging #1280 into numpy will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## numpy #1280 +/- ##
=======================================
Coverage 84.14% 84.14%
=======================================
Files 41 41
Lines 6157 6157
=======================================
Hits 5181 5181
Misses 976 976
Description
Fix SQuAD due to the recent upgrade of MXNet: https://github.com/apache/incubator-mxnet/pull/18368 @MoisesHer Basically, the default data type of integer arrays will be int64.
Changes
cc @dmlc/gluon-nlp-team