Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added support for multiprocessing context * added file access option for MPI IO * data loader optimzing * change profiling to false to disable iostat by default * added copyright info to python files that did not have it * fixed dali data loader execution. * fixing batch_size not defined issue * Merge branch 'main' into bugfix/dali-dl * fixes the calculation of image idx. * fixes the calculation of image idx. * added new workloads * set prefetch_factor to be 2 if it was set to be 0 * moved some part of the code init in tf_reader * fixed DataLoader args issues * recover tf_reader code * changed resnet50 tensorflow * fixed resnet50 config and sleep issue * fixed resnet50 config and sleep issue (#96) * added input x for compute * Workloads (#99) * fixed resnet50 config and sleep issue * added input x for compute * make it flexible in matching file patterns [e.g., jpeg==JPEG] * fixed typo * fixed fnmatch * fixed patterns matching case ignore * fixed bugs for tensorflow * fixed file list issue * renamed resnet50_tf * reflected recent changes of the DLIO-Profiler code * test-dlio-profiler * added dlio_profiler test * fixed test_dlio_profiler * removed test_dlio_profiler --------- Co-authored-by: Hariharan Devarajan <[email protected]>
- Loading branch information