-
Notifications
You must be signed in to change notification settings - Fork 539
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Killed (also skip-thoughts) #29
Comments
|
Having this too.. I still not sure if I 'pathed' caffe correctly (in config.py) in my lasagna/theano docker image.
Model Name: MacBook Pro |
If you try to load the models from the interpreter like so:
Are you able to load the models? If this gets killed it is likely because you do not have the memory necessary for numpy to load the entirety of the npz archive. This is a possibility as it uses almost 12GB RAM on my 16GB machine. Since a numpy archive is likely the best way to load the parameters, I'm not sure this can be improved much either. You may be able to load the parameters piece by piece and delete old variables to free up memory (e.g. As far as the docker image, I haven't used it before but this particular issue is likely to do with loading the models into memory, as misconfiguring Pycaffe leads to a more verbose error. |
Python 2.7.12 (default, Nov 19 2016, 06:48:10)
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
skip-thoughts always sign -> 'Killed'.
when i execute skipthoughts example command 'model = skipthoughts.load_model()' this command kills too.
PLEASE HELP.....
The text was updated successfully, but these errors were encountered: