Libing Bai

Results 5 issues of Libing Bai

I have been studying your paper recently, and I am amazed that it is so well done. The experimental results after convolution have been taken, but the results are saved...

```python scenes = { 0: ('FN', 'TH'), 1: ('TH', 'JV'), 2: ('BM', 'FN', 'JA'), 3: ('JV', 'JU', 'CH', 'BM'), 4: ('JU', 'CH', 'BR', 'CN', 'CC', 'JV', 'BM'), 5: ('TH', 'GP'),...

bug
backlog

Dear Author: ``` class SixByFive(): """Example hypergraph with 6 nodes and 5 edges""" def __init__(self): mat = np.array([[1, 1, 1, 0, 0, 0], [1, 0, 1, 0, 1, 0], [1,...

active

* GCN (Test ROC-AUC=89.22): ```python train.py --task lp --dataset cora --model GCN --lr 0.01 --dim 16 --num-layers 2 --act relu --bias 1 --dropout 0.2 --weight-decay 0 --manifold Euclidean --log-freq 5...

Requirement already satisfied: pandas in d:\softwares\miniconda\envs\tmx\lib\site-packages (from TopoModelX==0.0.2.dev1020) (2.2.3) INFO: pip is looking at multiple versions of topomodelx to determine which version is compatible with other requirements. This could take...