TextBoxes icon indicating copy to clipboard operation
TextBoxes copied to clipboard

Question about testing on multi-scale

Open wsh2836741 opened this issue 8 years ago • 4 comments

Thanks for excellent work.But i am confused,it said 'out of memory' when i use titan xp GPU(12G).And the largest scale i can use is 1100*1100.Thank you in advice.

wsh2836741 avatar Jan 31 '18 08:01 wsh2836741

Do you use cudnn? It should not suffer "out of memory" when the largest scale is 1600*1600 with a titan xp.

MhLiao avatar Feb 01 '18 06:02 MhLiao

thx,i have solved the problem by using cudnn,and 8G is enough.

wsh2836741 avatar Feb 01 '18 06:02 wsh2836741

hello,when I run demo.py.It has the following errors: F0510 10:28:22.312146 15884 syncedmem.cpp:56] Check failed: error == cudaSuccess (2 vs. 0) out of memory what should i do?I have changed the scales,like this: scales=((300,300),(700,700),(700,500),(700,300),(1100,1100))

larklili avatar May 10 '18 02:05 larklili

Do you use cudnn? It should not suffer "out of memory" when the largest scale is 1600*1600 with a titan xp.

Thank you. USE_CUDNN := 1 solved the issue.

sungwonida avatar Apr 11 '19 05:04 sungwonida