From 5005846b7cdf850dde8c43a856629ccc8669eba5 Mon Sep 17 00:00:00 2001 From: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com> Date: Thu, 19 Dec 2024 12:44:33 +0800 Subject: [PATCH] Update monai/data/image_reader.py Co-authored-by: Eric Kerfoot <17726042+ericspod@users.noreply.github.com> Signed-off-by: Yiheng Wang <68361391+yiheng-wang-nv@users.noreply.github.com> --- monai/data/image_reader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/monai/data/image_reader.py b/monai/data/image_reader.py index 86702f087a..4d5d7d2137 100644 --- a/monai/data/image_reader.py +++ b/monai/data/image_reader.py @@ -922,7 +922,6 @@ def warmup_kvikio(self): This can accelerate the data loading process when `to_gpu` is set to True. """ if has_cp and has_kvikio: - print("warm up") a = cp.arange(100) with tempfile.NamedTemporaryFile() as tmp_file: tmp_file_name = tmp_file.name