num_threads
and finetuning_epoch_fraction
CLI defaults overwrite user config
#10409
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
effort:atom-squad/2
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 Open Source version
3.0.0
Rasa SDK version
No response
Rasa X version
No response
Python version
3.8
What operating system are you using?
OSX
What happened?
In
default_recipe.py
,_extra_config_from_cli
will always return something for thenum_threads
(and for the finetuning fraction, if we're in finetuning mode) (because otherwise thecli_parameter[param]
call would fail). If the user does not specify any CLI parameters then that something are the default (CLI) parameters which will then overwrite the user settings:To reproduce this, e.g. create a config with MITIE components and set the num_threads
and add a breakpoint to
_add_nlu_train_mode
Command / Request
No response
Relevant log output
No response
Definition of done
num_threads
can be setThe text was updated successfully, but these errors were encountered: