RuntimeError: unable to mmap 4096 bytes from file : Cannot allocate memory (12)
Is there a fix to this? I tried making num_workers =0 the training can go on but it is very slow.
fixed by increasing vmax.map but now facing issue as each training step takes >45sec for 52k image dataset as compared to >1.3 sec for 100 image dataset
RuntimeError: unable to mmap 4096 bytes from file : Cannot allocate memory (12) Is there a fix to this? I tried making num_workers =0 the training can go on but it is very slow.