Finetuning does not work when passing a model with the --finetune
argument.
#7829
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
effort:atom-squad/1
Label which is used by the Rasa Atom squad to do internal estimation of task sizes.
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 2.2.7
Issue:
When we pass a model path using
--finetune
we parse it incorrectly and returnNone
. This means it won't finetune anything.Command or request that led to error:
The problem is we don't correct handle an
else
inrasa/cli/train.py._model_for_finetuning
.The text was updated successfully, but these errors were encountered: