Qian WANG created MXNET-875: ------------------------------- Summary: pass global step and names of parameters to callback function stat_func in class Monitor to use mxboard in Module.fit() Key: MXNET-875 URL: https://issues.apache.org/jira/browse/MXNET-875 Project: Apache MXNet Issue Type: Improvement Reporter: Qian WANG
Currently mxboard can not be used in Module.fit() interface but original training loop. It's not convenient for those using fit() interface to visualize parameters and outputs. However, monitor can be passed into fit() and it can call a callback function to pass parameters outward. Currently it can only pass ndarray which is not sufficient for mxboard. This improvement pass global step and names of parameters to callback function stat_func in class Monitor, so that mxboard can be used in fit() easily. -- This message was sent by Atlassian JIRA (v7.6.3#76005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@mxnet.apache.org For additional commands, e-mail: issues-h...@mxnet.apache.org