WordGCN icon indicating copy to clipboard operation
WordGCN copied to clipboard

About SemGCN embeddings

Open 40347015S opened this issue 4 years ago • 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!

40347015S avatar Apr 03 '21 08:04 40347015S

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

It does the dumping part.

svjan5 avatar Apr 06 '21 04:04 svjan5