Skip to content

cannot import name 'tuner_utils' from 'keras_tuner.engine' #11

@senyang1107

Description

@senyang1107

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions