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/02/14 00:58:05 UTC

[GitHub] songziqin opened a new issue #14152: data layer grad problem

songziqin opened a new issue #14152: data layer grad problem
URL: https://github.com/apache/incubator-mxnet/issues/14152
 
 
   the C++ code as follows:
    args_["data"] = NDArray(Shape(params.batch_size, params.dim), ctx);
    network_.InferArgsMap(ctx, &args_, args_);
    exec_.reset(network_.SimpleBind(ctx, args_));
   
   I find the exec_.get()->grad_dict() get the data layer grad is all 0.
   and I want to know through the code above, can I  get the actual 
   the data layer grad. thanks.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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