-
Notifications
You must be signed in to change notification settings - Fork 72
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
The Plans_handler.py does not match the original repo. #62
Comments
I have the same problem. How can I solve it? |
I've solved this problem by revise the code in the |
And I modified the code again, here are some hints below.
to
plz print the |
Thank you so much for sharing your experience. However, I found that the error was caused by the incorrect version of nnunet. We should compile nnunet first to process the data, so that the generated plan.json is correct. |
I think the issue is that you're using nnUNet's plans and preprocess instead of UMamba's. This is likely because of some previous nnUNet setup that’s still active. Make sure you initialize the UMamba environment variables correctly. Also, you can use |
When I'm trying your models on other Dataset, I found the configManager went something wrong. There might be errors like
AttributeError: 'ConfigurationManager' object has no attribute 'conv_kernel_sizes'. Did you mean: 'pool_op_kernel_sizes'?
I'm using the offical-generated nnUNet Plans Manager and I found your Plans Manager doesn't match the official ones. Did you modified the
Plans_handler.py
while you are coding? Why did you do this?The text was updated successfully, but these errors were encountered: