ryankennedyio / deep-dream-generator

#deepdream in a docker environment, to save you 8 hours of setup headaches.
196 stars 53 forks source link

Kernel Failure #3

Open mjkaufer opened 9 years ago

mjkaufer commented 9 years ago

Hey Ryan,

Nice work on the project. However, after running a file for a little bit, I end up with a kernel failure. Have you come in contact with this?

Also, how would one go about running python from the docker instance? When I do boot2docker ssh, python isn't recognized as a command.

Thanks!

robo-corg commented 9 years ago

Getting this also for a particular image every time. I wonder if it depends on image size? Other images seem to work fine.

hypertrifle commented 9 years ago

I believe it's related to memory, for a 720p frame (1280 x 720px) I needed to allocate 4GB RAM to the VM. this involves restarting with boot2docker with more RAM, on OSX you can edit: ~/.boot2docker/profile then re-initialise your boot2docker.

ryankennedyio commented 9 years ago

@robo-hamburger I have had the same on a very large image, and lots of people have said similar (3440x1440 wallpaper didn't work at all).

I noticed the image would get to a certain stage, and then kernel failure.

@mjkaufer if you want to boot 'into' the docker container, you have to do docker exec -it <containername (isnane_fermi, etc)> bash. Can you please confirm anything to do with RAM?