Skip to content
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

malloc max size error #29

Open
EthanGreen75 opened this issue Nov 22, 2019 · 1 comment
Open

malloc max size error #29

EthanGreen75 opened this issue Nov 22, 2019 · 1 comment

Comments

@EthanGreen75
Copy link

EthanGreen75 commented Nov 22, 2019

I try to traning a big code book based on about 50000 vectors and each vector is a 4086 dimension float vector.
Meet error in convertIntoVoc->Voc.setParams()->AlignedAlloc()->.malloc() .
The _params._total_size may be larger than 1 billion and malloc function encontour segment fault.
How can I train such a big codebook ?

@zsq5610
Copy link

zsq5610 commented Jul 19, 2024

me too,are you sloved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants