Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add current time into logging message #294

Closed
vfdev-5 opened this issue Aug 19, 2023 · 1 comment
Closed

Add current time into logging message #294

vfdev-5 opened this issue Aug 19, 2023 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@vfdev-5
Copy link
Member

vfdev-5 commented Aug 19, 2023

Right now the logging message is the following (trainin-info.log):

...
�[32m[ignite]�[0m: train [1/90]: {'epoch': 1, 'train_loss': 2.521751880645752}
�[32m[ignite]�[0m: train [1/100]: {'epoch': 1, 'train_loss': 2.4120213985443115}
...

Let's add current datetime instead of "ignite" as following:

...
�[32m[20230819-12:34:56]�[0m: train [1/90]: {'epoch': 1, 'train_loss': 2.521751880645752}
�[32m[20230819-12:35:12]�[0m: train [1/100]: {'epoch': 1, 'train_loss': 2.4120213985443115}
...
@vfdev-5 vfdev-5 added enhancement New feature or request help wanted Extra attention is needed labels Aug 19, 2023
@vfdev-5
Copy link
Member Author

vfdev-5 commented Aug 30, 2023

Fixed in #303

@vfdev-5 vfdev-5 closed this as completed Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant