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:22:42 UTC

[GitHub] [incubator-mxnet] Zha0q1 commented on issue #15557: mxnet.profiler.dump creates invalid json files

Zha0q1 commented on issue #15557: mxnet.profiler.dump creates invalid json files 
URL: https://github.com/apache/incubator-mxnet/issues/15557#issuecomment-512590674
 
 
   Hi @avivna , thank you for creating this issue. The designed usage is that you can only dump to a single file in you script because we are incrementally writing to the file. Changing the file path will result in incomplete outputs. With that said, set_config() should be called only once in your model and that is before you model runs

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