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

Question about parameters printed during training #17

Closed
Jiafei127 opened this issue Sep 17, 2022 · 3 comments
Closed

Question about parameters printed during training #17

Jiafei127 opened this issue Sep 17, 2022 · 3 comments

Comments

@Jiafei127
Copy link

General Thunder XP Hello! I absolutely like this task of yours, so I'd like to figure out some training parameter issues.
For example: first print round" | INFO | core.utils.logger:_print_training_status:19 - [ 100, [2.3958680439853386e-07]] 0.5127, 0.0426, 0.5117, 0.2746, 0.5180, 0.5117, 5.2532, "
What does 2.39.... in [] here mean? And I saw that there are four parameters epe, 1px, 3px, and 5px in the code, which one in the example represents? Then there are three more parameters and it is not clear what it means.
Sorry for my lack of foundation. Hope the author has time to answer it.

@drinkingcoder
Copy link
Owner

See here. We regularly print training status here. This is the learning rate.

@Jiafei127
Copy link
Author

Well I didn't notice that, so "0.5127, 0.0426, 0.5117, 0.2746, 0.5180, 0.5117, 5.2532," correspond to epe, 1px, 3px, 5px, th-5px respectively? The problem is that there are two parameters I can't find.

@drinkingcoder
Copy link
Owner

Actually, we focus on the tensorboard when checking the training details. There are also other metrics pushed into the logger here . Could you check details in the tensorboard?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants