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 2017/11/01 10:20:01 UTC

[GitHub] edmBernard commented on issue #8427: Ask : Speed difference between Mxnet API and Amalgamation API

edmBernard commented on issue #8427: Ask : Speed difference between Mxnet API and Amalgamation API
URL: https://github.com/apache/incubator-mxnet/issues/8427#issuecomment-341064243
 
 
   yeah and I use these lines around all my code : 
   ```python
       mx.profiler.profiler_set_config(mode='all', filename='profile_output.json')
       mx.profiler.profiler_set_state('run')
   
       # Code to be profiled goes here...
   
       mx.profiler.profiler_set_state('stop')
   ```

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