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

Make log_valid_metrics, checkpoint_metric, and validation metric compatible #166

Open
jdunnmon opened this issue Mar 12, 2019 · 1 comment

Comments

@jdunnmon
Copy link
Contributor

Currently, the user has to set each of these individually, and if they don't set log_validation_metrics their Tuner will validate on accuracy by default, even if they've specified something else. This should be handled automatically such that anything in checkpoint_metric is automatically propagated to log_validation_metrics when the Tuner is used.

@bhancock8
Copy link
Contributor

I think the best solution will be to import the new logger and logger settings from the mmtl branch (with maybe just minor modification so that it can handle metrics that aren't prefixed with a task name for the common single-task setting). That code should be coming into master within the month.

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