yang

Results 2 issues of yang

I mean : https://krasjet.com/voice/pdf.tocgen/ It very cool and looks like you built it automaiclly from some kind of source file like `.ipynb`. thanks a lot

- Bug: `nnunetv2.utilities.get_network_from_plans` has an optional parameter: `deep_supervision`, but it doesn't work. - Fix: ```python ... if deep_supervision is not None and 'deep_supervision' not in arch_kwargs.keys(): arch_kwargs['deep_supervision'] = deep_supervision ```...