- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 02:33 AM - edited 05-23-2023 02:35 AM
Hi everyone!
Im trying to Publish my NLU model, but running on below error all the time:
That would not be an issue but all my intents connected to that model are actually enabled and available:
Any ideas on how to make system recognize these as enabled ? I have already tried disabling and enabling again but did not work. Also on DEV instance im able to train that model with same intents and its working as expected
Thank you!
Kacper
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 06:09 AM
After few good hours of debugging - I have found a solution. There was a bugged record in ml_solution table, I was able to fix issue by following below steps:
-train my model
-navigate to ml_solution table
-sort by updated by (newest to oldest)
-open most recent record
-check if state is solution complete but progress is 0 - probably a broken record
-delete bugged ml solution record
-train model again and then publish it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 06:09 AM
After few good hours of debugging - I have found a solution. There was a bugged record in ml_solution table, I was able to fix issue by following below steps:
-train my model
-navigate to ml_solution table
-sort by updated by (newest to oldest)
-open most recent record
-check if state is solution complete but progress is 0 - probably a broken record
-delete bugged ml solution record
-train model again and then publish it