ptrendx commented on issue #9774: mx.io.ImageRecordIter does not respect dtype 
argument / FP16 performance on Volta
URL: 
https://github.com/apache/incubator-mxnet/issues/9774#issuecomment-367150719
 
 
   Just in case try synthetic data with `--benchmark 1` - with 24 threads I bet 
you are still limited by the IO. Try also adding index file to speed up the IO 
with the `--data-train-idx` parameter (although depending on whether your data 
is cached in RAM or not, you may need to run it twice to get the actual speedup 
from this as it introduces global random shuffling).

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to