Open davidiommi opened 5 years ago
Hello, I met the same problem, have you found any solutions?
I have this problem too! Did you find any solution?
training
Data Folder: /Brats2018Dataset/training
Preprocessing Data ...
0it [00:00, ?it/s]
Traceback (most recent call last):
File "train.py", line 211, in
Can you suggest a solution? @tkuanlun350
My directory structure looks like this: Brats2018Dataset/ training/ HGG/ LGG/
I got the same error
I also got the same error. Have you find any solution? @tkuanlun350
I have solved this problem by change the basedir '/data/training/' to './data/training/'
I met this error too , just change your basedir to full express like '/home/user/Dataset/2018/training' in config.py
Traceback (most recent call last): File "D:\1_Deep_learning\codes\Segmentation Deep learing\3DUnet-Tensorflow-Brats18-master\train.py", line 211, in
data=QueueInput(get_train_dataflow()),
File "D:\1_Deep_learning\codes\Segmentation Deep learing\3DUnet-Tensorflow-Brats18-master\data_sampler.py", line 240, in get_train_dataflow
ds = BatchData(MapData(ds, preprocess), config.BATCH_SIZE)
File "D:\1_Deep_learning\codes\Segmentation Deep learing\3DUnet-Tensorflow-Brats18-master\data_sampler.py", line 49, in init
assert batch_size < ds.size()
AssertionError