Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K.dot: use integer shape if available #4899

Merged
merged 1 commit into from
Jan 4, 2017

Conversation

linxihui
Copy link
Contributor

@linxihui linxihui commented Jan 3, 2017

Fixed an error when PR #4632 was rewritten. @fchollet

s (symbolic shape) is never None. Use integer shape if available, and use symbolic shape otherwise.

@linxihui linxihui force-pushed the fixed-dot-shape-tensorflow branch from 04f9a18 to b394777 Compare January 3, 2017 03:58
@linxihui linxihui changed the title for K.dot: use integer shape if available K.dot: use integer shape if available Jan 3, 2017
@fchollet
Copy link
Collaborator

fchollet commented Jan 4, 2017

That's correct, thanks.

@fchollet fchollet merged commit b5df1c6 into keras-team:master Jan 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants