ancestor-mithril

Results 34 comments of ancestor-mithril

You're welcome! I added a lot of changes and a big of part is not really relevant or useful, so you can be selective about what you want to include....

This is the repo that implements the network architectures: https://github.com/MIC-DKFZ/dynamic-network-architectures.

Monitor the CPU & RAM usage. Maybe some cases are very large and do not fit into RAM memory. After they start using the swap memory, the operations become very...

A possible solution is to use `nnUNet_def_n_proc=2` to reduce the number of processes used for the validation.

> Could you tell me where should I set this parameter? Thank you. @ancestor-mithril `nnUNet_def_n_proc=2 nnUNetv2_train ...` Also monitor the RAM and CPU usage if the validation is stuck.

![image](https://github.com/MIC-DKFZ/nnUNet/assets/58839912/055c1ffe-0eef-4ffb-b946-b274d3332178)

https://stackoverflow.com/q/66932956

You can use `skimage.transform.resize`, but I do not understand why it says "There are 1 cases in the source folder".

See https://github.com/MIC-DKFZ/nnUNet/blob/master/documentation/set_environment_variables.md.

Did you install nnUNet v2? The command is `nnUNetv2_plan_and_preprocess`.