Skip to content

使用keras2.2.4运行时遇到一个问题 #14

Description

b = K.batch_dot(o, u_hat_vecs, [2, 3])
ValueError: Can not do batch_dot on inputs with shapes (None, 10, 10, 16) and (None, 10, None, 16) with axes=[2, 3]. x.shape[2] != y.shape[3] (10 != 16)

而且b = K.batch_dot(o, u_hat_vecs, [2, 3])
中b不需要和上一轮的b进行叠加吗

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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