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

Implement K-Fold cross-validation to train the U-Net #6

Open
MelanieLu opened this issue Dec 7, 2018 · 0 comments
Open

Implement K-Fold cross-validation to train the U-Net #6

MelanieLu opened this issue Dec 7, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@MelanieLu
Copy link
Contributor

At the moment, the training set, validation set and test set are fixed, and new annotated patches are added only to the training set after each active-learning iteration, leaving the validation set unchanged.

Using K-fold cross validation would allow to make use of all the samples to train the network, especially when few data samples are available.

One potential issue coming with the K-fold cross validation is the extension of the training time.

@MelanieLu MelanieLu added the enhancement New feature or request label Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant