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

No prediction results at the end of training #4

Closed
zhiyuanpeng opened this issue Nov 18, 2021 · 2 comments
Closed

No prediction results at the end of training #4

zhiyuanpeng opened this issue Nov 18, 2021 · 2 comments

Comments

@zhiyuanpeng
Copy link

At the end of training, it shows:
Prediction: 100%
but there is no results printed, like p, r, f1. Only the eval results are printed.

How can I make it print the testing results? Thanks.

@HMJiangGatech
Copy link
Contributor

Checkout here, it writes metrics to a file

with open(metric_file_path, 'w') as fout:

@zhiyuanpeng
Copy link
Author

@HMJiangGatech Thanks

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