zhaoyao73 opened a new issue #13538: website document bug
URL: https://github.com/apache/incubator-mxnet/issues/13538
 
 
   
https://mxnet.incubator.apache.org/architecture/overview.html#using-simpleop-on-envarguments
   
   "
   To enable kwargs, use set_enable_kwargs(bool enable_kwargs) in registration. 
Then, in forward functions and gradients, additional arguments are contained in 
env.kwarg, **_which is defined as std::vector std::string> >_**. Use the DMLC 
parameter structure to simplify parsing keyword arguments. For more details, 
see the guide on parameter structure.
   "
   "which is defined as std::vector std::string> >" is not correct although 
from the docs/architecture/overview.md is right.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to