Hellow, when I excitedly installed keras-tuner-cv and prepared to perform K-fold verification on the hyperparameters to improve the generalization ability of the model, I failed in the first step.
Specifically, when I run from keras_tuner_cv.outer_cv import OuterCV, I get the following error :
in this line:from keras_tuner.engine import tuner_utils
ImportError: cannot import name 'tuner_utils' from 'keras_tuner.engine' (D:\Anaconda\envs\py310\lib\site-packages\keras_tuner\engine_init_.py).
My version of kerastuner is 1.0.5. and tensorflow-gpu was 2.9.0.