From b59725429c7e7d0b42025ce4dfa7db29cdd38302 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 5 Feb 2024 17:23:45 +0100 Subject: [PATCH 1/2] Change videos used for checkpointing tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- dali/test/python/checkpointing/test_dali_checkpointing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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( From e7cd5759ef0122b0b74b763259e9aee8a241841f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20Karpi=C5=84ski?= Date: Mon, 5 Feb 2024 17:30:05 +0100 Subject: [PATCH 2/2] DALI_EXTRA_VERSION placeholder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Szymon Karpiński --- DALI_EXTRA_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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