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

Add training folds #21

Open
NathanMolinier opened this issue Jun 12, 2023 · 1 comment
Open

Add training folds #21

NathanMolinier opened this issue Jun 12, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@NathanMolinier
Copy link
Collaborator

Description

Currently, the hourglass network is trained on a single "fold" corresponding to only one split of a dataset (train/validation/test). To improve the ability of the network to generalise, multiple splits could be used for the same dataset and then averaged to improve the robustness of the predictions.

@jcohenadad
Copy link
Member

Average is tricky (bc if binary hot-encoded labels that wouldn't be compatible)-- other stragegy: majority voting-- MONAI or pytorch has that-- see example https://github.com/ivadomed/model_seg_mouse-sc_wm-gm_t1/blob/f5750a9c6cd85c3b5d3d08a15b2ee3820c53440b/test.py#L98-L106

also read other implementations

@NathanMolinier NathanMolinier added the enhancement New feature or request label Jun 13, 2023
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

2 participants