tonghe90 / textspotter

324 stars 112 forks source link

out of memory exception #17

Closed fortuneko closed 6 years ago

fortuneko commented 6 years ago

Hi ,i run the test.py with a new image, it comes up with an exception with memory, messages as below:

1 / 1:  /home/eng_imgs/web.jpeg
F0724 12:09:38.190629 40484 syncedmem.cpp:71] Check failed: error == cudaSuccess (2 vs. 0)  out of memory

The memory size of my gpu is 11178MiB, how should i tune the code to run on my gpu server?

weinman commented 6 years ago

see #10

fortuneko commented 6 years ago

thanks weinman,