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
Hello, thanks for coding such a great project.
I'm trying to score if a graph is subgraph or not using the code in aligment.py by creating a subgraph using graph, neigh = utils.sample_neigh([target], 7), and scoring using score = model.predict(model(ttarget, tquery)). .Also, for comparison, I'm creating a non subgraph using
Hello, thanks for coding such a great project.
I'm trying to score if a graph is subgraph or not using the code in aligment.py by creating a subgraph using
graph, neigh = utils.sample_neigh([target], 7),
and scoring usingscore = model.predict(model(ttarget, tquery)).
.Also, for comparison, I'm creating a non subgraph usingBut I get bigger values for the non-subgraph than the subgraph:
I'm creating the score correctly? Here's the complete code:
The text was updated successfully, but these errors were encountered: