我正在关注教程:https ://core.rasa.com/tutorial_basics.html#tutorial-basics ,我在步骤:让我们运行
python -m rasa_nlu.train -c nlu_model_config.json --fixed_model_name current
我有这个错误:
usage: train.py [-h] [-o PATH] (-d DATA | -u URL) -c CONFIG [-t NUM_THREADS]
[--project PROJECT] [--fixed_model_name FIXED_MODEL_NAME]
[--storage STORAGE] [--debug] [-v]
train.py: error: one of the arguments -d/--data -u/--url is required
我已经尝试了明显的并运行:
python -m rasa_nlu.train -c nlu_model_config.json --fixed_model_name current -d
但随后它给了我错误:train.py: error: argument -d/--data: expected one argument
我真的很困惑,因为我仍在运行本教程并且我不明白这些论点是什么。