DeepLearningExamples
DeepLearningExamples copied to clipboard
[ResNet50v1.5/pytorch] [/opt/dali/dali/operators/reader/loader/file_label_loader.h:168] Assert on "Size() > 0" failed: No files found.
Related to Model/Framework(s) ResNet50v1.5/pytorch
Describe the bug
RuntimeError: Critical error when building pipeline:
Error when constructing operator: FileReader encountered:
[/opt/dali/dali/operators/reader/loader/file_label_loader.h:168] Assert on "Size() > 0" failed: No files found.

To Reproduce Steps to reproduce the behavior: nvidia resnet50v1.5 benchmark
- bash ./resnet50v1.5/training/AMP/DGX1_RN50_AMP_250E.sh ./checkpoint/
Expected behavior Pass nvidia resnet50v1.5 benchmark
Environment Please provide at least:
- Container version (e.g. pytorch:19.05-py3): torch 1.9.0+python3.8
- GPUs in the system: (e.g. 8x Tesla V100-SXM2-16GB): T4 16GB
- CUDA driver version (e.g. 418.67): 11.4
Did you find the resolution to this?