thucnt
thucnt
I ran all your code successfully. In explore_trained_model.ipynb, I see that you get prediction results for trained documents. However, I want to infer topics distribution for new documents. Please tell...
Traceback (most recent call last): File "train.py", line 36, in main() File "train.py", line 32, in main save_every=20, grad_clip=5.0 File "../utils/training.py", line 127, in train neg_loss, dirichlet_loss = model(doc_indices, pivot_words,...
I installed all in requirement.txt but when i run it raise this error: TypeError: Input 'y' of 'Mul' Op has type float32 that does not match type int32 of argument...
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...