Closed juneweng closed 5 years ago
please use "python k_fold_train.py"
Thank you for your prompt!
there are my understands:for 1~9 fold , we count test number in order,for 10 fold,we count in the reverse order,In that way,we ignore some overlaps or discard some pictures,such as angry(135),we count 120,disgust (177) we count 180.But It doesn't matter.every time,we choose the fix test number,and the rest for train.Do I understand correctly?
Recently, I am stuck in data augment in CK+, your work help me a lot.Thank you once again.
Yes
Thank you!
Hi, WuJie!this is a great work! I am interested in tuning the model.
I am having problems while debugging "mainpro_CK+.py". parser.add_argument('--fold', default=1, type=int, help='k fold number')
My questions:
Thank you in advance!