1 | initial version |
Ok there are some major issues with your command
-precalcValBufSize 10 -precalcIdxBufSize 200
you do know that this will slow down the training incredibly? You are limiting the memory to a single 10 bites ... which seems plain wrong. Try setting it at default values which are 1024
at least! 1GB of memory is available on most systems these days.