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

Evaluation on held out training data #272

Open
ananyahjha93 opened this issue Dec 15, 2018 · 1 comment
Open

Evaluation on held out training data #272

ananyahjha93 opened this issue Dec 15, 2018 · 1 comment

Comments

@ananyahjha93
Copy link

Does the run_pretraining.py script show its final evaluation result on held out training data? There is an 'is_training' param in the 'input_fn_builder' function but that just seems to control shuffling and parallel reading of data during training. The same 'input_files' argument is passed to both the training and validation parts of the function so I am not sure exactly where does the script keep a separate held out training set for evaluation of the trained model.

@pretidav
Copy link

pretidav commented Mar 26, 2020

Does the run_pretraining.py script show its final evaluation result on held out training data? There is an 'is_training' param in the 'input_fn_builder' function but that just seems to control shuffling and parallel reading of data during training. The same 'input_files' argument is passed to both the training and validation parts of the function so I am not sure exactly where does the script keep a separate held out training set for evaluation of the trained model.

same question, have someone found this out?

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