unet icon indicating copy to clipboard operation
unet copied to clipboard

numTest in dataloader.py

Open devdinie opened this issue 3 years ago • 0 comments

Because because numValTest = numFiles - num_train and num_val = num_ValTest *validate_test_split showing that val_data is only a % of numValTest. Shouldn't the remaining % of numValTest be num_test, meaning num_val + num_test = numValTest?

devdinie avatar Jun 26 '22 05:06 devdinie