Wenhui Lei

Results 3 issues of Wenhui Lei

### :question: Question Hi! Since my training set is very small, can I not use cross-validation?

Please release the TRAINING code!!!

Hi, thanks for the great work! However, why is training always set to True in the ContBatchNorm3d implementation in [SuPreM/target_applications/totalsegmentator/model/unet3d.py?](https://github.com/MrGiovanni/SuPreM/blob/main/target_applications/totalsegmentator/model/unet3d.py) `F.batch_norm( input, self.running_mean, self.running_var, self.weight, self.bias, True, self.momentum, self.eps )...