Skip to content

merge master#30

Merged
Nic-Ma merged 19 commits intoNic-Ma:1578-resume-checkpointsaverfrom
Project-MONAI:master
Feb 22, 2021
Merged

merge master#30
Nic-Ma merged 19 commits intoNic-Ma:1578-resume-checkpointsaverfrom
Project-MONAI:master

Conversation

@Nic-Ma
Copy link
Copy Markdown
Owner

@Nic-Ma Nic-Ma commented Feb 22, 2021

Fixes # .

Description

A few sentences describing the changes proposed in this pull request.

Status

Ready/Work in progress/Hold

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 --codeformat --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

wyli and others added 19 commits February 2, 2021 09:32
* numpy dtype alias

Signed-off-by: Wenqi Li <[email protected]>

* is_tensor => isinstance

Signed-off-by: Wenqi Li <[email protected]>

* type of dtype

Signed-off-by: Wenqi Li <[email protected]>

* relaxes some typing constraints

Signed-off-by: Wenqi Li <[email protected]>

* fixes unit tests

Signed-off-by: Wenqi Li <[email protected]>

* update based on the comments

Signed-off-by: Wenqi Li <[email protected]>

* fixes docstring typos

Signed-off-by: Wenqi Li <[email protected]>
* rand_gaussian_noised with multiple keys

Signed-off-by: Richard Brown <[email protected]>

* update key names

Signed-off-by: Richard Brown <[email protected]>

* clear list of noise before randomising

Signed-off-by: Richard Brown <[email protected]>

* add type

Signed-off-by: Richard Brown <[email protected]>

* bug fix

Signed-off-by: Richard Brown <[email protected]>

* use ensure_tuple_rep

Signed-off-by: Richard Brown <[email protected]>
* [DLMED] fix TorchScript issue in AHNet

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] add test cases

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] fix torchscript issue in PyTorch 1.5

Signed-off-by: Nic Ma <[email protected]>
* [DLMED] fix distirbuted data parallel issue in ClassificationSaver

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* [DLMED] fix min test

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] add @SkipIfBeforePyTorchVersion((1, 7))

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] update according to comments

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] fix typo

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

Co-authored-by: monai-bot <[email protected]>
* [DLMED] update SmartCacheDataset docs and warning

Signed-off-by: Nic Ma <[email protected]>

* isAlive => is_alive

Signed-off-by: Wenqi Li <[email protected]>

Co-authored-by: Wenqi Li <[email protected]>
* [DLMED] fix evenly divisible issue in AUC metric

Signed-off-by: Nic Ma <[email protected]>
* [DLMED] add RandLambdad transform

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] add doc-strings

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* [DLMED] update according to comments

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] fix typo

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] change to rtol=1e-05

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* fixes seeds

Signed-off-by: Wenqi Li <[email protected]>

Co-authored-by: monai-bot <[email protected]>
Co-authored-by: Wenqi Li <[email protected]>
* [DLMED] fix typo in the doc-string of SegResNet

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] update according to Yiheng's comments

Signed-off-by: Nic Ma <[email protected]>
* [DLMED] fix classification saver issue

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] enhance distributed tests

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

Co-authored-by: monai-bot <[email protected]>
* [DLMED] Enhance doc-string of transforms

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] optimize the numpy computation

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] fix flake8 issue

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] update according to comments

Signed-off-by: Nic Ma <[email protected]>
* [DLMED] add base class for TensorBoard handlers

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* [DLMED] enhance integration test with TensorBoard writer

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* [DLMED] add close method

Signed-off-by: Nic Ma <[email protected]>

* [DLMED] Enhance MetricsSaver doc-strings

Signed-off-by: Nic Ma <[email protected]>

Co-authored-by: monai-bot <[email protected]>
* 1559 add DVF2DDF

Signed-off-by: kate-sann5100 <[email protected]>

* 1559 add gradient test

Signed-off-by: kate-sann5100 <[email protected]>

* update docs; test cases

Signed-off-by: Wenqi Li <[email protected]>

Co-authored-by: Wenqi Li <[email protected]>
* Add deepgrow dataset

Signed-off-by: YuanTingHsieh <[email protected]>

* Fix CI/CD issue

Signed-off-by: YuanTingHsieh <[email protected]>

* Fix issues based on review

Signed-off-by: YuanTingHsieh <[email protected]>
* [DLMED] change tests to use self random state

Signed-off-by: Nic Ma <[email protected]>

* [MONAI] python code formatting

Signed-off-by: monai-bot <[email protected]>

* [DLMED] fix CI tests

Signed-off-by: Nic Ma <[email protected]>

Co-authored-by: monai-bot <[email protected]>
@Nic-Ma Nic-Ma merged commit 4404b72 into Nic-Ma:1578-resume-checkpointsaver Feb 22, 2021
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.

6 participants