You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contains both 'training' and 'validation' keys. Since the 5% validation is already split by the code, what will the json file's 'validation' key be used for?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi team,
I was looking at the lung nodule detection training, specifically the data splits. In the tutorial guide, it says:
https://github.com/Project-MONAI/tutorials/tree/main/detection#32-3d-detection-training
"For each fold, 95% of the training data is used for training, while the rest 5% is used for validation and model selection."
And in the training code, it does that exactly, data=train_data[int(0.95 * len(train_data)) :]
However, the downloaded json files from this link https://github.com/Project-MONAI/MONAI-extra-test-data/releases/download/0.8.1/LUNA16_datasplit-20220615T233840Z-001.zip
contains both 'training' and 'validation' keys. Since the 5% validation is already split by the code, what will the json file's 'validation' key be used for?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions