forked from Project-MONAI/MONAI
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master #25
Merged
Merged
merge master #25
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* numpy dtype alias Signed-off-by: Wenqi Li <wenqil@nvidia.com> * is_tensor => isinstance Signed-off-by: Wenqi Li <wenqil@nvidia.com> * type of dtype Signed-off-by: Wenqi Li <wenqil@nvidia.com> * relaxes some typing constraints Signed-off-by: Wenqi Li <wenqil@nvidia.com> * fixes unit tests Signed-off-by: Wenqi Li <wenqil@nvidia.com> * update based on the comments Signed-off-by: Wenqi Li <wenqil@nvidia.com> * fixes docstring typos Signed-off-by: Wenqi Li <wenqil@nvidia.com>
* rand_gaussian_noised with multiple keys Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> * update key names Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> * clear list of noise before randomising Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> * add type Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> * bug fix Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com> * use ensure_tuple_rep Signed-off-by: Richard Brown <33289025+rijobro@users.noreply.github.com>
* [DLMED] fix TorchScript issue in AHNet Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] add test cases Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] fix torchscript issue in PyTorch 1.5 Signed-off-by: Nic Ma <nma@nvidia.com>
* [DLMED] fix distirbuted data parallel issue in ClassificationSaver Signed-off-by: Nic Ma <nma@nvidia.com> * [MONAI] python code formatting Signed-off-by: monai-bot <monai.miccai2019@gmail.com> * [DLMED] fix min test Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] add @SkipIfBeforePyTorchVersion((1, 7)) Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] update according to comments Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] fix typo Signed-off-by: Nic Ma <nma@nvidia.com> * [MONAI] python code formatting Signed-off-by: monai-bot <monai.miccai2019@gmail.com> Co-authored-by: monai-bot <monai.miccai2019@gmail.com>
* [DLMED] update SmartCacheDataset docs and warning Signed-off-by: Nic Ma <nma@nvidia.com> * isAlive => is_alive Signed-off-by: Wenqi Li <wenqil@nvidia.com> Co-authored-by: Wenqi Li <wenqil@nvidia.com>
* [DLMED] fix evenly divisible issue in AUC metric Signed-off-by: Nic Ma <nma@nvidia.com>
* [DLMED] add RandLambdad transform Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] add doc-strings Signed-off-by: Nic Ma <nma@nvidia.com> * [MONAI] python code formatting Signed-off-by: monai-bot <monai.miccai2019@gmail.com> * [DLMED] update according to comments Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] fix typo Signed-off-by: Nic Ma <nma@nvidia.com> * [DLMED] change to rtol=1e-05 Signed-off-by: Nic Ma <nma@nvidia.com> * [MONAI] python code formatting Signed-off-by: monai-bot <monai.miccai2019@gmail.com> * fixes seeds Signed-off-by: Wenqi Li <wenqil@nvidia.com> Co-authored-by: monai-bot <monai.miccai2019@gmail.com> Co-authored-by: Wenqi Li <wenqil@nvidia.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes # .
Description
A few sentences describing the changes proposed in this pull request.
Status
Ready/Work in progress/Hold
Types of changes
./runtests.sh --codeformat --coverage
../runtests.sh --quick
.make html
command in thedocs/
folder.