Closed LJM-GitHub closed 5 years ago
Hi, Thanks for your feedback. Not sure what's the error. Try cleaning your GPU usage and memory, or try a smaller batchsize.
Thanks,I try...
For me, decreasing N_subimgs
for CPU and batch_size
for GPU worked.
Traceback (most recent call last): File "retinaNN_training.py", line 122, in
train_set = TrainDataset(patches_imgs_train[train_ind,...],patches_masks_train[train_ind,...])
MemoryError
What should I do? Thanks!