Skip to content

Commit 5005846

Browse files
Update monai/data/image_reader.py
Co-authored-by: Eric Kerfoot <[email protected]> Signed-off-by: Yiheng Wang <[email protected]>
1 parent e5d7907 commit 5005846

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

monai/data/image_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,6 @@ def warmup_kvikio(self):
922922
This can accelerate the data loading process when `to_gpu` is set to True.
923923
"""
924924
if has_cp and has_kvikio:
925-
print("warm up")
926925
a = cp.arange(100)
927926
with tempfile.NamedTemporaryFile() as tmp_file:
928927
tmp_file_name = tmp_file.name

0 commit comments

Comments
 (0)