Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] 90 dense vnet #4211

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from
Open

[WIP] 90 dense vnet #4211

wants to merge 5 commits into from

Conversation

dwml
Copy link

@dwml dwml commented May 2, 2022

Fixes #90

Description

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

Status

Work in progress

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.

@dwml
Copy link
Author

dwml commented May 2, 2022

In the dense vnet a channel sparse convolutional layer is used. In niftynet this was implemented here: https://niftynet.readthedocs.io/en/dev/_modules/niftynet/layer/channel_sparse_convolution.html#ChannelSparseConvLayer
Does anyone know if there is an implementation of this in MONAI?

@wyli
Copy link
Contributor

wyli commented May 2, 2022

In the dense vnet a channel sparse convolutional layer is used. In niftynet this was implemented here: https://niftynet.readthedocs.io/en/dev/_modules/niftynet/layer/channel_sparse_convolution.html#ChannelSparseConvLayer Does anyone know if there is an implementation of this in MONAI?

it's not implemented yet, perhaps we can have a non-dropout version first, then bring in that in later PRs?

@carlpe
Copy link

carlpe commented Aug 25, 2023

Any chance to update this?

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.

Port dense v-net
3 participants