malllabiisc/WordGCN

If i just want to train the model, do i need to replace the data?

eyuansu62 opened this issue · 1 comments

If i just want to train the model, do i need to replace the data with the web_data you provided, such as synGCN?
And if i fine-tuned the symGCN using your provided embedding, should I replace the data?

web_data is just for evaluation. It is used to select the best model, you can bypass it if you want and just let the model train for few epochs.