Skip to content

Commit d2fd287

Browse files
author
Justina Petraityte
authored
updated online training method
1 parent e37afda commit d2fd287

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Full Code [Latest release of Rasa NLU and Rasa Core]/train_online.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def run_weather_online(interpreter,
2929
batch_size=50,
3030
epochs=200,
3131
max_training_samples=300)
32-
online.serve_agent(agent)
32+
online.run_online_learning(agent)
3333
return agent
3434

3535

0 commit comments

Comments
 (0)