Skip to content

Commit

Permalink
Merge 8199496 into da25fef
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Mar 18, 2020
2 parents da25fef + 8199496 commit defe078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/nlu/classifiers/diet_classifier.py
Expand Up @@ -636,7 +636,7 @@ def train(
return

# keep one example for persisting and loading
self.data_example = self.data_example = model_data.first_data_example()
self.data_example = model_data.first_data_example()

self.model = self.model_class()(
data_signature=model_data.get_signature(),
Expand Down

0 comments on commit defe078

Please sign in to comment.