awentzonline / image-analogies

Generate image analogies using neural matching and blending.
MIT License
3.52k stars 282 forks source link

Out of memory error #10

Closed stefanmf closed 8 years ago

stefanmf commented 8 years ago

I'm getting an "Error allocating 45158400 bytes of device memory (out of memory). Driver report 44666880 bytes free and 536543232 bytes total" running the example, at iteration 1x0. Maybe 512mb video memory is simply too little?

awentzonline commented 8 years ago

Yeah that's probably too little, sorry! For what it's worth, I'm trying to get the TensorFlow backend working which should make it feasible for people to run on the CPU with their (probably) much larger system memory.