Skip to content

Denseblock Class#4999

Merged
ericspod merged 4 commits intoProject-MONAI:devfrom
ericspod:denseblock
Aug 25, 2022
Merged

Denseblock Class#4999
ericspod merged 4 commits intoProject-MONAI:devfrom
ericspod:denseblock

Conversation

@ericspod
Copy link
Copy Markdown
Member

Description

This defines an abstract dense block class and a convolutional dense block using Convolution or ResidualUnit classes. A number of existing networks use dense blocks but have their own implementations that should be left as-is since these are reference implementations, but further definitions should use a common definition. I will have a network to submit as a bundle that uses this.

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

@ericspod ericspod requested review from Nic-Ma, rijobro and wyli August 25, 2022 19:28
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Aug 25, 2022

/build

@ericspod ericspod enabled auto-merge (squash) August 25, 2022 19:58
@ericspod ericspod merged commit 09993fa into Project-MONAI:dev Aug 25, 2022
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