Skip to content

2768 Add parameter bias for conv blocks#2773

Merged
wyli merged 2 commits intoProject-MONAI:devfrom
yiheng-wang-nv:2768-add-bias-option
Aug 15, 2021
Merged

2768 Add parameter bias for conv blocks#2773
wyli merged 2 commits intoProject-MONAI:devfrom
yiheng-wang-nv:2768-add-bias-option

Conversation

@yiheng-wang-nv
Copy link
Copy Markdown
Contributor

Signed-off-by: Yiheng Wang [email protected]

Fixes #2768 .

Description

Except for add parameter bias, this PR also changes UpCat to support optional x_e in forward function to support encoders that have different number of feature maps .

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.

Signed-off-by: Yiheng Wang <[email protected]>
Signed-off-by: Yiheng Wang <[email protected]>
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!

@wyli wyli merged commit db81f40 into Project-MONAI:dev Aug 15, 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.

Enhance some networks to set bias=False for conv layers

2 participants