-
Notifications
You must be signed in to change notification settings - Fork 34
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
Dataset and evaluation protocol #1
Comments
Thank you Roberto for your feedback. |
Thank you Mariam, |
FYI |
Thanks! |
I have several questions:
1- how many images are available in total?
2- if the protocol is 10 fold cross validation why there are only 9 files in the balanced-tsv folder? I guess that files inside this folder are the one used with the suggested command:
python3 pneumo_cnn_classifier_training.py «FILE_TSV_BALANCED»
3- If there is enough images i recommends to use a hold-out protocol instead of a cross-validation since hold-out is more easy to manage and faster to train that the cross-validation.
The text was updated successfully, but these errors were encountered: