Closed svagier closed 1 year ago
@svagier Can you get the stack trace here? It's a bit hard to say whats happening here without it
gdb --args python your_script_name.py
# type 'run' in gdb to execute the script
# once it segfaults, go `bt` to get backtrace
@svagier please re-open if this is still a problem for you
Hi, this is my simplified code:
I am getting segfault error during
model.fit()
:This is all I see in the logs. I am running it on AWS CodeBuild with Linux, 145 GB memory, 72 vCPUs. There are 130 000 customers in the input to the model - I believe that with these specs it should work.
I read in this PR #662 that this error happened in previous versions of implicit library - I updated to 0.70.0 and it still happens. Any help appreciated