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

GH-1198: Added option to evaluate on the (subset of) train split. #1202

Merged
merged 2 commits into from Oct 16, 2019

Conversation

yosipk
Copy link
Collaborator

@yosipk yosipk commented Oct 9, 2019

PR implements option to evaluate on the subset of train split via parameters of trainer function:

  • eval_on_train_fraction: The fraction of train data to do the evaluation on. If 0. the evaluation is not performed on fraction of training data. If 'dev' the size is determined from dev set size.
  • eval_on_train_shuffle: If True the train data fraction is determined on the start of training and kept fixed during training, otherwise it's sampled at beginning of each epoch.

@alanakbik
Copy link
Collaborator

👍

1 similar comment
@yosipk
Copy link
Collaborator Author

yosipk commented Oct 16, 2019

👍

@yosipk yosipk merged commit 6ffa2dd into master Oct 16, 2019
@alanakbik alanakbik deleted the GH-1198-TrainLog branch October 20, 2019 14:39
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

Successfully merging this pull request may close these issues.

None yet

2 participants