Question aabout KFoldDataset and kfold-cross-valid.py #1179
Unanswered
BingliangLi
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello, which version are you using? 1.x or master? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I would like to use 5 fold cross-validation to train my model, I found there are two possible implantations:
KFoldDataset
, and manually repeat 5 timeskfold-cross-valid.py
, only need to run it onceBut I'm not sure if
kfold-cross-valid.py
support multi-GPU training, I can't find any related documentation, and by the script's content, I think it probably does not. I want to ask if I want to perform a 5-fold cross-validation with multiple GPUs, is using KFoldDataset the only way?Beta Was this translation helpful? Give feedback.
All reactions