You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
tf.concat() has changed to
concat(
values,
axis,
name='concat'
)
The text was updated successfully, but these errors were encountered: