Himashi Amanda Peiris
Himashi Amanda Peiris
Hi, you cannot load both models at once for training. Can you check whether any pids are listed under your GPU? Try this command : sudo fuser -v /dev/nvidia0
What is the dataset you are trying to train here? If its brats, then input channel size is 4.
Hi, the current version of VTUNet can only handle the input size of Cx128x128x128. Therefore, the network architecture should be modified accordingly to process the input with the size of...
what is the input size of your scan? It should be 128x128x128. At the moment, VT-UNet can only process an input size of 128x128x128.
All the reproducible hyperparameters and the model weights are mentioned in the repo. To reproduce LA 10%, use this: python train_cobionet_semi.py --dataset_name LA --labelnum 8 --lamda 0.7 --consistency 1.0 --mu...
The code for this specific experiment is not in this repo. However, you can modify the code given here to train VNet using only 10% of LA data: https://github.com/himashi92/Co-BioNet/blob/main/code/train_cobionet_sup.py.