Skip to content

Commit c43b916

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

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
@@ -884,7 +884,6 @@ class NibabelReader(ImageReader):
884884
Default is False. CuPy and Kvikio are required for this option.
885885
Note: For compressed NIfTI files, some operations may still be performed on CPU memory,
886886
and the acceleration may not be significant. In some cases, it may be slower than loading on CPU.
887-
#TODO: the first kvikio call is slow since it will initialize internal buffers, cuFile, GDS, etc.
888887
In practical use, it's recommended to add a warm up call before the actual loading.
889888
A related tutorial will be prepared in the future, and the document will be updated accordingly.
890889
kwargs: additional args for `nibabel.load` API. more details about available args:

0 commit comments

Comments
 (0)