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/05/01 17:31:03 UTC

[GitHub] [incubator-mxnet] anirudhacharya commented on issue #8645: gluon.utils.split_and_load(even_split=True) is much slower than even_split=False

anirudhacharya commented on issue #8645: gluon.utils.split_and_load(even_split=True) is much slower than even_split=False
URL: https://github.com/apache/incubator-mxnet/issues/8645#issuecomment-488351379
 
 
   The difference in performance is only when `batch_axis=1` when `batch_axis=0` there is negligible difference in performance.
   
   `utils.split_and_load` internally calls `utils.split_data`. The real performance difference difference is in `split_data` when `batch_axis=1`

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