Skip to content

Are the same train/test splits used when resuming training via CLI? #1869

Answered by jmarkow
jmarkow asked this question in Help!
Discussion options

You must be logged in to vote

@talmo Ah nice! I assumed this was potentially the case, so we just explicitly define the indices in the json file now. I'm guessing that's good enough? In the training logs I see indications that explicit indices are being used for training. We set training_inds and validation_inds to lists of integers and then set split_by_inds to True.

INFO:sleap.nn.training:Creating validation split from explicit indices (n = 10000).
INFO:sleap.nn.training:Creating training split from explicit indices (n = 90000).

I'll load the validation metrics file and ensure that the indices match what we specify in the json. Let me know if I'm still potentially missing something here and should still split out i…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@talmo
Comment options

Answer selected by talmo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help!
Labels
None yet
2 participants