snipsco / snips-nlu

Snips Python library to extract meaning from text
https://snips-nlu.readthedocs.io
Apache License 2.0
3.89k stars 513 forks source link

Random seeds and deterministic trainings #779

Closed adrienball closed 5 years ago

adrienball commented 5 years ago

Description For now, using the default configuration, calling several times the fit method of SnipsNLUEngine will produce slightly different engines. In many cases, it is useful to have reproducible trainings. The NLU engine configuration contains two random seed parameters at the intent classifier level and slot filler level, which are meant to enable this.

However there are currently two issues related to this:

adrienball commented 5 years ago

Fixed in #801