botpress / v12

Botpress OSS – v12
https://v12.botpress.com
GNU Affero General Public License v3.0
69 stars 83 forks source link

Error training slot tagger on Ubuntu 18 #546

Closed AmitChotaliya closed 5 years ago

AmitChotaliya commented 5 years ago

Make sure these checkboxes are checked before raising an issue, thank you!

Please also fill in these fields:


Botpress version: 11.2.0

Channels: web-channel

Getting the following error while running the bot.

Mod[nlu] Error training slot tagger | TypeError: trainer.set_callback is not a function
    at CRFExtractor._trainCrf (/tmp/testbot/modules/.cache/module__b7326f4e6053bc7e7f8b870715e8c0ea08c076fee43e174813e1b37647fdabd1/dist/backend/pipelines/slots/crf_extractor.js:117:13)
    at CRFExtractor.train (/tmp/testbot/modules/.cache/module__b7326f4e6053bc7e7f8b870715e8c0ea08c076fee43e174813e1b37647fdabd1/dist/backend/pipelines/slots/crf_extractor.js:56:16)

Flow linking is also not working. When I add transition from entry, I am not seeing the connection line there.

zipme commented 5 years ago

I think it's the same issue as https://github.com/botpress/v12/issues/542

epaminond commented 5 years ago

Yep, closing it as a duplicate.