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

chore: run list entity extraction on child threads with progress report #38

Closed franklevasseur closed 3 years ago

franklevasseur commented 3 years ago

For some bot with few list entities

- Cold Training Time (s)
without child threads 38.141
with 4 child threads 12.277

There's 4 new threads in the training process:

image