toru
toru
I always got below error when I ran python train/train.py Traceback (most recent call last): File "train/train.py", line 21, in import libs.nets.pyramid_network as pyramid_network File "train/../libs/nets/pyramid_network.py", line 9, in from...
I generated a debug output image like below while I was testing. I defined each image of the debug output images listed below. Is my definition of the output images...
I always get an error below when I set device=device = "cuda:0" File "test.py", line 170, in v_mean, v_out = trainer.validation_single_gpu(val_dataset=test_ds) Diff-UNet/BTCV/light_training/trainer.py", line 168, in validation_single_gpu val_out = self.validation_step(batch) File...
Program file "BTCV/text.py " a line of code at the line number 100 below. This line of code should be batch["label"] instead of batch["raw_label"]. Because batch["raw_label"] does not match with...
BTCV test.py script's code below at line 151. The function get_loader_btcv's arguments set batch_size, but this function parameter does not have batch_size. Here is the function parameter get_loader_btcv(data_dir, cache=True). I...