Closed shaded3d closed 6 years ago
Images A (649, 256, 256, 4) Images B (1041, 256, 256, 4) Traceback (most recent call last): File "train.py", line 31, in images_A = images_A/255.0 MemoryError
What could be the problem here? Not enough RAM? I have 11GB free at the point of running the script.
That is unusual, are we certain that it's the smaller cropped images that are in your A and B folders?
Images A (649, 256, 256, 4) Images B (1041, 256, 256, 4) Traceback (most recent call last): File "train.py", line 31, in images_A = images_A/255.0 MemoryError
What could be the problem here? Not enough RAM? I have 11GB free at the point of running the script.