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

Does this not work for any shape of graph? #11

Open
Erlix322 opened this issue Nov 28, 2020 · 0 comments
Open

Does this not work for any shape of graph? #11

Erlix322 opened this issue Nov 28, 2020 · 0 comments

Comments

@Erlix322
Copy link

Hey,

I tried testing it with only one training data set:

{
"labels_1": ["11", "11", "9"], 
"labels_2": ["8", "11", "5"], 
"graph_2": [[0,1],[1,2]], 
"ged": 11, 
"graph_1": [[0,1],[1,3]]
}

Which results in the following error:

ValueError: Dimensions must be equal, but are 8 and 16 for '{{node functional_1/graph_conv/MatMul_1}} = MatMul[T=DT_FLOAT, transpose_a=false, transpose_b=false](functional_1/graph_conv/Reshape, functional_1/graph_conv/Reshape_1)' with input shapes: [3,8], [16,64].

So how does this work. I tried to wrap my head around this but it is not clear to me what graph pairs work and which doesn't

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

1 participant