Tensorboard log files are created during prediction as well #5617
Labels
area:rasa-oss 🎡
Anything related to the open source Rasa framework
type:bug 🐛
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Rasa version: 1.9.5
Python version: 3.6.5
Operating system (windows, osx, ...): MacOS
Issue: Since the call to
self._set_up_tensorboard_writer(tensorboard_log_level, tensorboard_log_dir)
is made in the constructor ofRasaModel
class, these files are created during prediction time as well, for example whenrasa test
is run.Command or request that led to error:
rasa test nlu
The text was updated successfully, but these errors were encountered: