diff --git a/qurator/eynollah/eynollah.py b/qurator/eynollah/eynollah.py index 5d51aec..57384b6 100644 --- a/qurator/eynollah/eynollah.py +++ b/qurator/eynollah/eynollah.py @@ -450,6 +450,7 @@ class Eynollah: model = load_model(model_dir, compile=False) return model, session + def start_new_session_and_model(self, model_dir): self.logger.debug("enter start_new_session_and_model (model_dir=%s)", model_dir)