mseth10 commented on pull request #19614: URL: https://github.com/apache/incubator-mxnet/pull/19614#issuecomment-739155103
let's also verify that it's not breaking gluonnlp CI. Can you post the output of the following? ``` git clone -b master https://github.com/dmlc/gluon-nlp.git cd gluon-nlp python3 -m pip install -U -e . cd tests python3 -m pip install pytest-forked python3 -m pytest --forked --device="cpu" test_attention_cell.py ``` ---------------------------------------------------------------- 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]
