I have a data set which is already divided into 10 folds with each fold having training,validation and test sets. I'm not able to understand how to apply 10 fold cross validation on this data set.
In general, if we want to apply k-fold cross validation on a data set, the procedure is as follows
In my case, each fold is internally divided into train, test and validation sets. How to apply 10-fold cross validation on this kind of data set?