gustavla / autocolorize

Automatic colorizaton of grayscale images using Deep Learning
BSD 3-Clause "New" or "Revised" License
220 stars 65 forks source link

Killed #11

Open LJSthu opened 6 years ago

LJSthu commented 6 years ago

I use only cpu to run, but the output is 'killed'

gustavla commented 6 years ago

Killed is a common message from the OS (or more specifically from the OOM Killer) when a process uses more memory than it's allowed to. What is the size of your input image? Are you processing batches? Also, try to see if there is anything else on your computer that uses up a lot of your RAM.