Hao Han
Hao Han
After preprocessed , I noticed that the training time is quite long while using the code they recommended. Have you experienced similar issues with long training times when using MedNext?...
Hello, I use BRaTS2021 dataset under the 16g memory of the graphics card.Have you delt with it? Thanks!
I want to remove the softmax layer from the end of the network during the inference phase and output the probabilities of a voxel belonging to different labels.Thanks!
What I'm wondering is whether the .npz file saved by --save_probabilties contains the un-normalized predicted values of the image before it goes through the softmax layer? I'd like to get...
As a noob, do I need to modify the network framework at train, and which class under the py file in the reasoning folder should I modify? Thanks!
I also get the same problem,did you solve the problem? Can you share your solution?
Have you solved this problem? I would like to know the reason why we "add a new class with the number of X epochs in nnunettrainer_Xepochs, and replace the nnunettrainer...