DeepGraphLearning / SPN

29 stars 2 forks source link

I can't find it ==> fine_tune.py #5

Closed knightzz1998 closed 2 years ago

knightzz1998 commented 2 years ago
  1. Train a CRF-GAT model

python fine_tune.py --dataset pubmed \ --no-proxy \ --refine-epochs 5000 \ --refine-eval-every 50 \ --no-log-softmax \ GAT Hello, is there something wrong here, I can't find it in the repository the file fine_tune.py

mnqu commented 2 years ago

Thanks for your interest and for pointing out the problem. The fine_tune.py should actually be refine.py, and we have fixed the README file.