diff --git a/DALI_EXTRA_VERSION b/DALI_EXTRA_VERSION index 1b5da5552e..9d6cf4b7fb 100644 --- a/DALI_EXTRA_VERSION +++ b/DALI_EXTRA_VERSION @@ -1 +1 @@ -a281e527f73db814584be19a6a8b4e64e4eb08bc +FIXME diff --git a/dali/test/python/checkpointing/test_dali_checkpointing.py b/dali/test/python/checkpointing/test_dali_checkpointing.py index 8f5f7c1047..4a8ed22792 100644 --- a/dali/test/python/checkpointing/test_dali_checkpointing.py +++ b/dali/test/python/checkpointing/test_dali_checkpointing.py @@ -837,7 +837,7 @@ def test_experimental_video_reader( device, num_epochs, batch_size, iters_into_epoch, config: BaseDecoderConfig, video: VideoConfig ): files = [ - os.path.join(get_dali_extra_path(), "db", "video", "vfr", f"test_{i}.mp4") for i in (1, 2) + os.path.join(get_dali_extra_path(), "db", "video", "small", "only_keyframes", f"small{i}.mp4") for i in range(5) ] check_reader_checkpointing(