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
{{ message }}
This repository has been archived by the owner on Sep 15, 2021. It is now read-only.
Firstly, great tutorial!
I have a error when implementing the RESCAL model, that has to do with the tf.concat. When fitting the model, tensorflow does not recognize the shape? I am not new to programming but still learning so could be a made a nooby mistake.
Where the error appears:
unique_ent_indices = tf.unique(tf.concat(0, [self.head_input, self.tail_input]))[0]
Message from tensorflow:
ValueError: Shapes (2, ?) and () are incompatible
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi!
Firstly, great tutorial!
I have a error when implementing the RESCAL model, that has to do with the tf.concat. When fitting the model, tensorflow does not recognize the shape? I am not new to programming but still learning so could be a made a nooby mistake.
Where the error appears:
unique_ent_indices = tf.unique(tf.concat(0, [self.head_input, self.tail_input]))[0]
Message from tensorflow:
ValueError: Shapes (2, ?) and () are incompatible
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: