open-mmlab/mmengine

[Feature Request] Using different names when saving training and testing log.

Opened this issue · 1 comments

Describe the feature

For now, mmengine also save testing log in work_dirs. However, the folder names of traning and testing logs are both in the same pattern. After testing model several times, it's hard to find the training log.
image

If possible, it's better to use 20221101_094140_train or 20221101_094140_test to distinguish the training and testing logs.

Motivation
A clear and concise description of the motivation of the feature.
Ex1. It is inconvenient when [....].
Ex2. There is a recent paper [....], which is very helpful for [....].

Related resources
If there is an official code release or third-party implementations, please also provide the information here, which would be very helpful.

Additional context
Add any other context or screenshots about the feature request here.
If you would like to implement the feature and create a PR, please leave a comment here and that would be much appreciated.

We'll enhance it in the next version.