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 installed graph2vec successfully but I cannot use it
import graph2vec.trainer
graph2vec = Graph2Vec(vector_dimensions=128)
Traceback (most recent call last):
File "", line 1, in
NameError: name 'Graph2Vec' is not defined