Cross validation with keras and ASHA

I try to do tune cross-validation with keras model and ASHA ASHAScheduler but i don’t know how to add crosvalidation. Does anybody now same tutorial or example?

Maybe you can use a KerasClassifier (their scikit-learn interface), and then use tune-sklearn?

@rliaw Thank Yoy for the answer. I will try it.