Skip to content

Commit 8f7f083

Browse files
author
Justina Petraityte
authored
fixed the training
1 parent 20ef0a9 commit 8f7f083

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,9 @@ def run_weather_online(interpreter,
2424
interpreter=interpreter,
2525
action_endpoint=action_endpoint)
2626

27-
<<<<<<< HEAD
2827
data = agent.load_data(training_data_file)
2928
agent.train(data)
30-
agent = Agent.load('./models/dialogue', interpreter=interpreter, action_endpoint=action_endpoint)
3129
interactive.run_interactive_learning(agent, training_data_file)
32-
=======
33-
data = agent.load_data(training_data_file)
34-
agent.train(data,
35-
batch_size=50,
36-
epochs=200,
37-
max_training_samples=300)
38-
online.run_online_learning(agent)
39-
>>>>>>> a4c437a80d8975c2d42d24ed4d0f29c18f41c6fd
4030
return agent
4131

4232

0 commit comments

Comments
 (0)