Skip to content

1807 Enhance SmartCacheDataset with shuffle and exception#1832

Merged
Nic-Ma merged 8 commits intoProject-MONAI:masterfrom
Nic-Ma:1807-enhance-smartcache
Mar 24, 2021
Merged

1807 Enhance SmartCacheDataset with shuffle and exception#1832
Nic-Ma merged 8 commits intoProject-MONAI:masterfrom
Nic-Ma:1807-enhance-smartcache

Conversation

@Nic-Ma
Copy link
Copy Markdown
Contributor

@Nic-Ma Nic-Ma commented Mar 23, 2021

Fixes #1807 .

Description

This PR enhanced the SmartCacheDataset with shuffling and exception messages.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Mar 23, 2021

/black

@Nic-Ma Nic-Ma requested review from ericspod, rijobro and wyli March 23, 2021 16:36
Copy link
Copy Markdown
Contributor

@wyli wyli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, I think the shuffling could be in a try...catch.... if data can't be shuffled, we still run the dataset with a warning message...

@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Mar 23, 2021

thanks, I think the shuffling could be in a try...catch.... if data can't be shuffled, we still run the dataset with a warning message...

Thanks for your comments, updated in the latest commit.

@Nic-Ma Nic-Ma enabled auto-merge (squash) March 23, 2021 22:41
@Nic-Ma Nic-Ma merged commit e8e2f3e into Project-MONAI:master Mar 24, 2021
@Nic-Ma Nic-Ma deleted the 1807-enhance-smartcache branch July 2, 2021 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Potentially insufficient shuffling in SmartCacheDataset

2 participants