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/09/28 17:59:44 UTC

[GitHub] [incubator-mxnet] D-Roberts opened a new pull request #19243: [Numpy] Improve np.linalg.qr user documentation

D-Roberts opened a new pull request #19243:
URL: https://github.com/apache/incubator-mxnet/pull/19243


   
   Currently, there is no user documentation for the backward method in np.linalg.qr .
   
   The user can backpropagate through the factorization and should know what assumptions are being made by the autodiff methodology (and reflected in our unit tests), as detailed in the reference document:
   
   [QR and LQ Decomposition Matrix Backpropagation Algorithms for Square, Wide, and Deep Matrices and Their Software Implementation](https://arxiv.org/abs/2009.10071)
   


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] xidulu merged pull request #19243: [Numpy] Improve np.linalg.qr user documentation

Posted by GitBox <gi...@apache.org>.
xidulu merged pull request #19243:
URL: https://github.com/apache/incubator-mxnet/pull/19243


   


----------------------------------------------------------------
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



[GitHub] [incubator-mxnet] mxnet-bot commented on pull request #19243: [Numpy] Improve np.linalg.qr user documentation

Posted by GitBox <gi...@apache.org>.
mxnet-bot commented on pull request #19243:
URL: https://github.com/apache/incubator-mxnet/pull/19243#issuecomment-700191299


   Hey @D-Roberts , Thanks for submitting the PR 
   All tests are already queued to run once. If tests fail, you can trigger one or more tests again with the following commands: 
   - To trigger all jobs: @mxnet-bot run ci [all] 
   - To trigger specific jobs: @mxnet-bot run ci [job1, job2] 
   *** 
   **CI supported jobs**: [website, clang, windows-cpu, unix-cpu, sanity, edge, centos-gpu, unix-gpu, centos-cpu, miscellaneous, windows-gpu]
   *** 
   _Note_: 
    Only following 3 categories can trigger CI :PR Author, MXNet Committer, Jenkins Admin. 
   All CI tests must pass before the PR can be merged. 
   


----------------------------------------------------------------
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