Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: No user features specified. Cannot train 'TED' model. #8547

Closed
1 task done
sentry-io bot opened this issue Apr 26, 2021 · 0 comments · Fixed by #8683
Closed
1 task done

ValueError: No user features specified. Cannot train 'TED' model. #8547

sentry-io bot opened this issue Apr 26, 2021 · 0 comments · Fixed by #8683
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/ml/policies Issues focused around rasa's dialogue management policies area:rasa-oss/ml 👁 All issues related to machine learning effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@sentry-io
Copy link

sentry-io bot commented Apr 26, 2021

Sentry Issue: RASA-OPEN-SOURCE-9P2

ValueError: No user features specified. Cannot train 'TED' model.
(13 additional frame(s) were not displayed)
...
  File "rasa/core/policies/ensemble.py", line 212, in train
    trackers_to_train, domain, interpreter=interpreter, **kwargs
  File "rasa/core/policies/ted_policy.py", line 553, in train
    self._entity_tag_specs,
  File "rasa/core/policies/ted_policy.py", line 936, in __init__
    super().__init__("TED", config, data_signature, label_data)
  File "rasa/utils/tensorflow/models.py", line 456, in __init__
    self._check_data()
  File "rasa/core/policies/ted_policy.py", line 965, in _check_data
    f"No user features specified. "

Definition of Done

  • use exception of subclassRasaException instead
@wochinge wochinge added area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/ml 👁 All issues related to machine learning area:rasa-oss/ml/policies Issues focused around rasa's dialogue management policies tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors. labels Apr 26, 2021
@wochinge wochinge added the effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. label May 7, 2021
@ancalita ancalita self-assigned this May 11, 2021
@ancalita ancalita linked a pull request May 13, 2021 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework area:rasa-oss/ml/policies Issues focused around rasa's dialogue management policies area:rasa-oss/ml 👁 All issues related to machine learning effort:atom-squad/1 Label which is used by the Rasa Atom squad to do internal estimation of task sizes. tool:sentry type:bug 🐛 Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants