open-mmlab / open-mmlab/mmengine

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

Open
#671 1 comment 1 reaction 1 assignee View on GitHub

@ice-tong is already working on this.

Since Nov 3, 2022.

  • #1036 by @shufanwu — closed without merging
community collaboration enhancement
Dominant language
Python
Stars
1.5k
Forks
464
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.