Skip to content

Upsample mode deconvgroup#5282

Merged
wyli merged 2 commits intoProject-MONAI:devfrom
myron:upsample
Oct 8, 2022
Merged

Upsample mode deconvgroup#5282
wyli merged 2 commits intoProject-MONAI:devfrom
myron:upsample

Conversation

@myron
Copy link
Copy Markdown
Collaborator

@myron myron commented Oct 6, 2022

This adds an additional UpSample mode DECONVGROUP to upsample with groupwise convolution transpose.
Unit tests are passed too.

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

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 --disttests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@myron myron added this to the Auto3D Seg framework [P0 v1.0] milestone Oct 6, 2022
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Oct 7, 2022

Looks good to me, could you please update the docstring and add some test cases?

@myron
Copy link
Copy Markdown
Collaborator Author

myron commented Oct 7, 2022

Looks good to me, could you please update the docstring and add some test cases?

It already include all unit test cases in test_upsample_block.py since it iterates overall all options in UpsampleMode.

And which docstring do I need to update? I'm not sure I understand what it means

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, it looks good to me.

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Oct 8, 2022

/build

@wyli wyli enabled auto-merge (squash) October 8, 2022 09:00
@wyli wyli merged commit 326b987 into Project-MONAI:dev Oct 8, 2022
@myron myron deleted the upsample branch October 8, 2022 18:38
wyli pushed a commit that referenced this pull request Oct 10, 2022
This adds an additional UpSample mode DECONVGROUP to upsample with
groupwise convolution transpose.
Unit tests are passed too. 
 

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

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] 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 --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: myron <[email protected]>
KumoLiu pushed a commit that referenced this pull request Nov 2, 2022
This adds an additional UpSample mode DECONVGROUP to upsample with
groupwise convolution transpose.
Unit tests are passed too. 
 

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

### Types of changes
<!--- Put an `x` in all the boxes that apply, and remove the not
applicable items -->
- [x] 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 --disttests`.
- [ ] In-line docstrings updated.
- [ ] Documentation updated, tested `make html` command in the `docs/`
folder.

Signed-off-by: myron <[email protected]>
Signed-off-by: KumoLiu <[email protected]>
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.

2 participants