Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge 55ada9d into f22a888
Browse files Browse the repository at this point in the history
  • Loading branch information
amn41 committed Oct 3, 2018
2 parents f22a888 + 55ada9d commit 4d9fd1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rasa_core/train.py
Expand Up @@ -224,7 +224,10 @@ def train_dialogue_model(domain_file, stories_file, output_path,
else:
logger.info("loading a pre-trained model. ",
"all training-related parameters will be ignored")
_agent = Agent.load(cmdline_args.core, interpreter=_interpreter)
_agent = Agent.load(cmdline_args.core,
interpreter=_interpreter,
generator=_endpoints.nlg,
action_endpoint=_endpoints.action)
else:
if not cmdline_args.out:
raise ValueError("you must provide a path where the model "
Expand Down

0 comments on commit 4d9fd1f

Please sign in to comment.