'Is there k-fold cross validation feature in yolov4 repo?

i've been using yolov4 using darknet from alexeyab repo just for detecting objects, haven't tried for training custom detection. my lecturer ask me if i could use cross validation method in my training session using yolov4. i have a little knowledge in using tensorflow. After i read the repo yolov4 is different, They're not using tensorflow. Also explicitly not mentioned if cross validation exist, it just valid= value in configuration file. Could you guys tell me what exactly it is? is the repo give us method for cross validation training? or should i use yolov4 converted to tf repo so i could use keras for cross validating?

*i'm still new a this, thanks in advance.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source