We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ef0a9 commit 8f7f083Copy full SHA for 8f7f083
1 file changed
Full Code [Latest release of Rasa NLU and Rasa Core]/train_online.py
@@ -24,19 +24,9 @@ def run_weather_online(interpreter,
24
interpreter=interpreter,
25
action_endpoint=action_endpoint)
26
27
-<<<<<<< HEAD
28
data = agent.load_data(training_data_file)
29
agent.train(data)
30
- agent = Agent.load('./models/dialogue', interpreter=interpreter, action_endpoint=action_endpoint)
31
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
40
return agent
41
42
0 commit comments