cfanfan

Results 5 comments of cfanfan

Have you solved your problem? I also encountered the same problem: RuntimeError: CUDA out of memory. Tried to allocate 128.00 MiB (GPU 0; 7.93 GiB total capacity; 6.91 GiB already...

> Hi, I resized the input img to (64, 64) size (in cityscapes.py), then the 'train.py' could run. You can try like this. Thank you so much ! I tried...

> Hi , in cityscapes.py , find the input 'img' and 'mask' ,you can use resize method in PIL library. thank you! thank you! thank you!

Hi,How big is your GPU memory? Additionally, the input 'img' and 'mask' ,you can use resize method in PIL library. Which line are these two sentences added to?