@@ -254,7 +254,7 @@ def __init__(
254254 this arg is used by `torch.save`, for more details, please check:
255255 https://pytorch.org/docs/stable/generated/torch.save.html#torch.save,
256256 and ``monai.data.utils.SUPPORTED_PICKLE_MOD``.
257- pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
257+ pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
258258 Defaults to torch.serialization.DEFAULT_PROTOCOL. For more details, please check:
259259 https://pytorch.org/docs/stable/generated/torch.save.html#torch.save.
260260 hash_transform: a callable to compute hash from the transform information when caching.
@@ -461,7 +461,7 @@ def __init__(
461461 this arg is used by `torch.save`, for more details, please check:
462462 https://pytorch.org/docs/stable/generated/torch.save.html#torch.save,
463463 and ``monai.data.utils.SUPPORTED_PICKLE_MOD``.
464- pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
464+ pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
465465 Defaults to torch.serialization.DEFAULT_PROTOCOL. For more details, please check:
466466 https://pytorch.org/docs/stable/generated/torch.save.html#torch.save.
467467 hash_transform: a callable to compute hash from the transform information when caching.
@@ -557,7 +557,7 @@ def __init__(
557557 defaults to `monai.data.utils.pickle_hashing`.
558558 db_name: lmdb database file name. Defaults to "monai_cache".
559559 progress: whether to display a progress bar.
560- pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
560+ pickle_protocol: specifies pickle protocol when saving, with `torch.save`.
561561 Defaults to torch.serialization.DEFAULT_PROTOCOL. For more details, please check:
562562 https://pytorch.org/docs/stable/generated/torch.save.html#torch.save.
563563 hash_transform: a callable to compute hash from the transform information when caching.
0 commit comments