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

Questions about deep supervision development #2644

Open
Strawbili opened this issue Dec 15, 2024 · 1 comment
Open

Questions about deep supervision development #2644

Strawbili opened this issue Dec 15, 2024 · 1 comment
Assignees

Comments

@Strawbili
Copy link

I'm adding a customized net to the nnunetv2 toolchain.
Unfortunately, I couldn't use the dynamic architecture in the nnunetv2 since I'm trying to come up with something new. Also, the debug is quite slow since there is so much data. Thus, it's quite hard to implement the deep supervision to the nnunet. Could you please give some hints on the development of the deep supervision with a customized net? What is the order of the output in the UNet?

@Strawbili
Copy link
Author

It seems like the code works like this:
the shape of the output list is:

[B, num_classes, H, W] # and the H/W denotes the feature map size belongs to each stage

In the each stage of the decoder, there is a Conv with stride = 1 to make the feature channels to the num_classes

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

No branches or pull requests

2 participants