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/07/17 22:34:17 UTC

[GitHub] [incubator-mxnet] Zha0q1 edited a comment on issue #15556: mxnet profiler.dump error: MXNetError(py_str(_LIB.MXGetLastError()))

Zha0q1 edited a comment on issue #15556: mxnet profiler.dump error: MXNetError(py_str(_LIB.MXGetLastError()))
URL: https://github.com/apache/incubator-mxnet/issues/15556#issuecomment-512593266
 
 
   Hi @avivna , calling `dump()` with no parameter will effectively mark that no more write will be performed. Then if you call `set_config()` it will error out. What you can do is to set the `finished` parameter to `False` , i.e. `mx.profiler.dump(finished = False)`(https://mxnet.incubator.apache.org/api/python/profiler/profiler.html#mxnet.profiler.dump).  

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