Skip to content

alternative solution for keras.layers.Merge #1

Description

@DevMahmoud10

In your CFModel.py, you have used keras.layers.Merge() function to apply a dot product to the two embedding layers output and this is deprecated long time ago.
Now, I'm using keras 2.2.0 and tensorflow 1.9.0 as backend and found out that using keras.layers.dot( [X,Y] ,axes=1) is a replacement.

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