malllabiisc/WordGCN

About SemGCN embeddings

40347015S opened this issue · 1 comments

I downloaded the pretrained SynGCN embeddings from your WordGCN github and then run the script "python semgcn.py -embed ./embeddings/syngcn_embeddings.txt -gpu 0 -epoch 10 -name fine_tuned_embeddings", but after the model was successfully trained, I cannot find/get the finetuned SemGCN embeddings. What should I do?
Thanks!

Hi,
Please check this function:
https://github.com/malllabiisc/WordGCN/blob/master/semgcn.py#L479

It does the dumping part.