Skip to content

Commit

Permalink
Merge 996d51f into 6b8090b
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Mar 17, 2020
2 parents 6b8090b + 996d51f commit 6fe1809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rasa/nlu/classifiers/diet_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,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 6fe1809

Please sign in to comment.