We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6f9867 commit 93a5dd1Copy full SHA for 93a5dd1
monai/data/dataset.py
@@ -208,7 +208,7 @@ class PersistentDataset(Dataset):
208
errors. If in doubt, it is advisable to clear the cache directory.
209
210
Loading is done using `torch.load` with `weights_only=False`, thus the user must ensure the data
211
- being loaded is safe. Typically this will be cached data the user created themselves, if data
+ being loaded is safe. Typically this will be cached data the user created themselves, if data
212
from external sources is used this should be validated for safely independently.
213
214
Lazy Resampling:
0 commit comments