botpress / nlu

This repo contains every ML/NLU related code written by Botpress in the NodeJS environment. This includes the Botpress Standalone NLU Server.
23 stars 21 forks source link

[BUG] NLU Memory consumption - Leak on large training sets #70

Closed hacheybj closed 2 years ago

hacheybj commented 3 years ago

I have a chatbot containing 115 intents with an average of 20 utterances per intent.

Training in version 12.10 takes 8g of memory. Training in version 12.22 takes >42g memory.

franklevasseur commented 3 years ago

Hey @hacheybj

You mean Botpress version 12.10 and 12.11 ? This is from a really long time ago...

I'll check on my side what has changed since then.

hacheybj commented 3 years ago

Versions 12.10 vs 12.22 !

OP edited.

franklevasseur commented 2 years ago

Fixed by #93