Miej / GoDeeper

256 stars 31 forks source link

How to use this #4

Closed ibeckermayer closed 7 years ago

ibeckermayer commented 7 years ago

I'm trying to use this image, but I must be doing something wrong. I don't quite understand your instructions in the quick start guide. I have an AWS account, and I've been able to find this image in the community images and launch it. But after that, I don't understand what we're meant to do with:

User credentials: username: icarus password: changetheworld

What I've done, so far, is log into the instance using SSH from my mac. However, once I do that, it seems as if none of the packages you've installed are there. For example, conda, caffe, tensorflow, etc. cannot be imported in python. Is there some problem with using SSH? I'm confused as to why this isn't working.

Miej commented 7 years ago

Do $ su icarus. The packages are installed user-specific. I plan to update this for the next release. Let me know if that works for you.

ibeckermayer commented 7 years ago

Yes! Got it to work. I was also able to install nolearn and lasagne easily, and they are running smoothly, which is something you were looking to add in the next release. The only issue that I've found is that installing pylearn2 is buggy, which lasagne needs for its cuda_covnet layers. Fortunately I was able to get around this by simply using the cuDNN layers instead, which are also GPU optimized.

Miej commented 7 years ago

Cool, good to know!