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

2D multi-class classification tasks #54

Open
cdzheng2g opened this issue Aug 2, 2024 · 1 comment
Open

2D multi-class classification tasks #54

cdzheng2g opened this issue Aug 2, 2024 · 1 comment

Comments

@cdzheng2g
Copy link

I want to ask how to adapt it for 2D multi-class classification tasks. What do I need to modify?

@wurenkai
Copy link
Owner

wurenkai commented Aug 3, 2024

Hi, You can refer to issue 14. Specifically, you just need to replace 'vmunet.py' in the model folder with 'UItraLight-VM-UNet.py' with the help of VM-UNet's multi-targeting framework (train_synapse.py) '. Also, and modify the output 'return torch.sigmoid(out0)' to 'return out0' to run the multi-target task!

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