yang

Results 9 comments of yang

Same issue. Later I will make a pull request on this.

@usulpt hei, I modify some code to support **exclude one or more folders from being localized**, you can check https://github.com/AIboy996/mkdocs-static-i18n. It works like: ![mkdocs-i18n](https://github.com/ultrabug/mkdocs-static-i18n/assets/73343332/bb66bc2b-efbc-4584-ad12-9292408bef17) All files in ignored folder will...

Since i am not familar with mkdocs-static-i18n source code enough. I am not sure the modification is appropriate.(it will trigger some WARNINGs from `mkdocs.structure.nav.get_navagation`) So I won’t initiate a pull...

I remove ```python ... # make sure deep supervision is on in the network self.set_deep_supervision_enabled(self.enable_deep_supervision) ``` Since in `nnunetv2.training.nnUNetTrainer.nnUNetTrainer.py`, `self.enable_deep_supervision` has been passed to `self.build_network_architecture`. **But it doesn't work since...

For sure. Thanks. (But why not just merge this pull request 😭 I just missed the chance to be contributor of this great job.

I see. Furthermore, I wrote a toy example for the function ** get_network_from_plans** for users' convenience to know how it works, do you think it's valuable to be merged🤣? Otherwise...