yifeiacc / COSTA

Code for KDD'22 paper, COSTA: Covariance-Preserving Feature Augmentation for Graph Contrastive Learning
46 stars 4 forks source link

Hyperparameters for other datasets #1

Open kevinzhangcode opened 2 years ago

kevinzhangcode commented 2 years ago
Runner(conf=config).execute()
/usr/local/lib/python3.7/dist-packages/torch_geometric/datasets/wikics.py:39: UserWarning: The WikiCS dataset now returns an undirected graph by default. Please explicitly specify 'is_undirected=False' to restore the old behaviour.
  f"The {self.__class__.__name__} dataset now returns an "
Initializing and building model...
Load Dataset...
Training Model...
(T): 100%|██████████| 700/700 [07:49<00:00,  1.49it/s, loss=6.93]
Testing...
(LR): 100%|██████████| 5000/5000 [00:07<00:00, best test F1Mi=0.278, F1Ma=0.0923](E): Best test F1Mi=0.2784, F1Ma=0.0923
ShenLongDX commented 1 year ago

我遇到了相同的情况,对于wikics的结果无法复现