graph2vec icon indicating copy to clipboard operation
graph2vec copied to clipboard

NameError: name 'Graph2Vec' is not defined

Open thucnt opened this issue 8 years ago • 1 comments

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

thucnt avatar Nov 16 '17 12:11 thucnt

from graph2vec.trainer import Graph2Vec

longchuanren avatar Dec 15 '17 07:12 longchuanren