Skip to content

No module 'keras.engine' #2993

@lrpalmer27

Description

@lrpalmer27

trying to run the demo file to get started. Running into this error in the mrcnn/model.py file. Has anyone seen this before? I cant seem to find keras.engine to install.

21 import keras.backend as K
 22 import keras.layers as KL

---> 23 import keras.engine as KE
24 import keras.models as KM
26 from mrcnn import utils

ModuleNotFoundError: No module named 'keras.engine'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions