gluon-nlp icon indicating copy to clipboard operation
gluon-nlp copied to clipboard

[Numpy Refactor] Issues in MXNet that blocks the CI of numpy version of GluonNLP

Open sxjscience opened this issue 4 years ago • 2 comments

  • [ ] Bugs related to multiprocessing in MXNet (Thanks @leezu):

    • https://github.com/apache/incubator-mxnet/issues/17782
    • https://github.com/apache/incubator-mxnet/issues/17774

    The symptom is that we cannot enable tests with python 3.8 in https://github.com/dmlc/gluon-nlp/blob/01122db3867722db061566a79e843a08f9134431/.github/workflows/unittests.yml#L17

  • [x] The CD pipeline of MXNet + CPU + Linux has been broken since May. 16th.

    So we choose to temporarily not run the tests on ubuntu machine: https://github.com/dmlc/gluon-nlp/blob/01122db3867722db061566a79e843a08f9134431/.github/workflows/unittests.yml#L15-L16

sxjscience avatar Jun 11 '20 00:06 sxjscience

@szha @leezu Would you know if the multiprocessing bugs in MXNet have been solved?

sxjscience avatar Sep 05 '20 20:09 sxjscience

They may have been fixed accidentally, though the tests remain disabled: https://github.com/apache/incubator-mxnet/issues/17782 https://github.com/apache/incubator-mxnet/pull/17969

leezu avatar Sep 08 '20 16:09 leezu