MycroftAI / padatious

A neural network intent parser
http://padatious.readthedocs.io
Apache License 2.0
159 stars 40 forks source link

Add train_subprocess for more stable training #13

Closed MatthewScholefield closed 5 years ago

MatthewScholefield commented 5 years ago

This allows training in a subprocess to ensure all threads get shut down properly.

MatthewScholefield commented 5 years ago

Ok, should be fixed now. Turns out there was a bug with load_intent and load_entity not setting the must_train flag.

forslund commented 5 years ago

Nice got output now. Merging