open-mmlab / mmengine

OpenMMLab Foundational Library for Training Deep Learning Models
https://mmengine.readthedocs.io/
Apache License 2.0
1.18k stars 356 forks source link

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

Open jbwang1997 opened 2 years ago

jbwang1997 commented 2 years ago

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.

HAOCHENYE commented 2 years ago

We'll enhance it in the next version.