You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.
This is probably done from the OS side as a safety mechanism due to unsufficient memory in the machine. I am assuming you are probably using a linux machine. In that case this will be carried out by the OOM_killer. Size of f64 in rust is 8 bytes: ref so a matrix of your size should have 200 MB. Can you log the memory consumption of your machine and see if you really have 200 MB during execution or are you doing too many things at once.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I get a sigkill when training on a 219000x100 matrix.
The text was updated successfully, but these errors were encountered: