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.
2 parents ab63d46 + 3df2b58 commit f3a3fb7Copy full SHA for f3a3fb7
rasa/nlu/classifiers/diet_classifier.py
@@ -636,7 +636,7 @@ def train(
636
return
637
638
# keep one example for persisting and loading
639
- self.data_example = self.data_example = model_data.first_data_example()
+ self.data_example = model_data.first_data_example()
640
641
self.model = self.model_class()(
642
data_signature=model_data.get_signature(),
0 commit comments