Skip to content

AttributeError: module 'tensorflow.python.keras.engine.data_adapter' has no attribute 'DataHandler' #21

@Andrew0613

Description

@Andrew0613

Hi, I got a problem when running CTCModel:
CTCModel-master/keras_ctcmodel/CTCModel.py", line 732, in predict
data_handler = data_adapter.DataHandler(
AttributeError: module 'tensorflow.python.keras.engine.data_adapter' has no attribute 'DataHandler'
It seems that DataHandler cannot be imported sucessfully.
I'm using keras==2.3.1 ,tensorflow==2.1.0, python3.6. I think this might be caused by some compatibility issues.
Thank you!

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