Skip to content

fail to import preprocessing module #60

@glzhs

Description

@glzhs

from deepneuro import preprocessing

Error:
ImportError Traceback (most recent call last)
in
----> 1 from deepneuro import preprocessing

4 frames
/usr/local/lib/python3.7/dist-packages/deep neuro/models/keras_model.py in
----> 1 from Keras.engine import Input, Model
2 from Keras.layers import Activation, Lambda
3 from Keras.layers.merge import concatenate
4 from Keras.optimizers import Nadam, SGD, Adam, RMSprop, Adagrad, Adamax, Adadelta
5 from keras import backend as K

ImportError: cannot import name 'Input' from 'keras.engine' (/usr/local/lib/python3.7/dist-packages/keras/engine/init.py)

I got this error when importing preprocessing module on colabratory google. I'll be grateful if you help me.
Thanks

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