add debug logging for dataloader test

This commit is contained in:
Francis Lata
2025-01-27 07:57:33 -08:00
parent e91733baae
commit df236925c7

View File

@@ -337,7 +337,7 @@ jobs:
run: GPU=1 python -m pytest -n=auto test/external/external_test_metrics.py --durations=20
- if: ${{ matrix.task == 'onnx' }}
name: Test MLPerf datasets
run: GPU=1 python -m pytest -n=auto test/external/external_test_datasets.py --durations=20
run: GPU=1 python -m pytest -sv -n=auto test/external/external_test_datasets.py --durations=20
- if: ${{ matrix.task == 'onnx' }}
name: Run handcode_opt
run: PYTHONPATH=. MODEL=resnet GPU=1 DEBUG=1 BS=4 HALF=0 python3 examples/handcode_opt.py