mmengine
mmengine copied to clipboard
[Fix]: missing work_dir
Fixes #1574
Alternative would be to set self.cfg.work_dir from self._work_dir in runner.py (and also in _flexible_runner.py). But since only 2 backends (MLflowVisBackend and ClearMLVisBackend) rely on this, I opted for the more targeted solution.