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 2019/03/25 17:05:36 UTC

[GitHub] [incubator-mxnet] RuRo commented on issue #9712: two consecutive backward cause error Check failed: type_ != nullptr The any container is empty requested

RuRo commented on issue #9712: two consecutive backward cause error Check failed: type_ != nullptr The any container is empty requested
URL: https://github.com/apache/incubator-mxnet/issues/9712#issuecomment-476291190
 
 
   Can confirm,
   ```python
   for loss in losses:
       loss.backward()
   ```
   fails for me with similar error, while
   ```python
   autograd.backward(losses)
   ```
   works like a charm.

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


With regards,
Apache Git Services