Open oula-le opened 2 years ago
Hi, Yes, exactly. I have implemented 10-fold in this part that you have mentioned. (in the function to train model section) Best
Thank you very much for answering my question so quickly. I would like to express my thanks again
You are welcome.
Hello, the cross-validation method used in this paper is to use 1-Kold as the training set and the rest as the test set. I want to know that if "For test, train in kfold. Split (train_images, train_labels)" indicates the above operation? Thank you. Looking forward to your reply.