Skip to content

1201 attention unet#3948

Merged
wyli merged 8 commits intoProject-MONAI:devfrom
juampatronics:1201-attention_unet
Mar 17, 2022
Merged

1201 attention unet#3948
wyli merged 8 commits intoProject-MONAI:devfrom
juampatronics:1201-attention_unet

Conversation

@juampatronics
Copy link
Copy Markdown
Contributor

@juampatronics juampatronics commented Mar 15, 2022

Signed-off-by: Juan Pablo de la Cruz Gutiérrez [email protected]

Fixes #1201

Description

Implementation of attention based Unet following the description of the referred paper.

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 -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: Juan Pablo de la Cruz Gutiérrez <[email protected]>
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Mar 15, 2022

/black

@wyli
Copy link
Copy Markdown
Contributor

wyli commented Mar 15, 2022

thanks, the PR looks nice in general, just two issues from the CI:

please let us know if any questions for these.

@wyli wyli force-pushed the 1201-attention_unet branch from 82795d3 to 8417b93 Compare March 17, 2022 09:01
@wyli
Copy link
Copy Markdown
Contributor

wyli commented Mar 17, 2022

/build

@wyli wyli enabled auto-merge (squash) March 17, 2022 09:02
@wyli wyli merged commit 89056df into Project-MONAI:dev Mar 17, 2022
@juampatronics juampatronics deleted the 1201-attention_unet branch March 22, 2022 08:14
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.

ATTENTION BASED UNET

4 participants