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

The API of tf.concat has changed #15

Open
Koprvhdix opened this issue Jun 19, 2017 · 1 comment
Open

The API of tf.concat has changed #15

Koprvhdix opened this issue Jun 19, 2017 · 1 comment

Comments

@Koprvhdix
Copy link

tf.concat() has changed to
concat(
values,
axis,
name='concat'
)

@steve-goley
Copy link

I ran into this as well. It's a pretty easy fix but perhaps the code should be changed to detect the version number of tensorflow and use the appropriate call.

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

No branches or pull requests

2 participants