You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2020/12/05 10:02:04 UTC

[GitHub] [incubator-mxnet] mseth10 commented on pull request #19614: [BUGFIX] Fix backward pass for nested CachedOp

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:
users@infra.apache.org