We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8504d commit 15f4510Copy full SHA for 15f4510
rasa/nlu/featurizers/convert_featurizer.py
@@ -46,7 +46,7 @@ def __init__(self, component_config: Dict[Text, Any] = None) -> None:
46
47
@classmethod
48
def required_packages(cls) -> List[Text]:
49
- return ["tensorflow", "tensorflow_text", "tensorflow_hub"]
+ return ["tensorflow_text", "tensorflow_hub"]
50
51
def _compute_features(
52
self, batch_examples: List[Message], attribute: Text = MESSAGE_TEXT_ATTRIBUTE
0 commit comments