anirudhacharya edited a comment 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 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: [email protected] With regards, Apache Git Services
