Frozenmad

Results 9 comments of Frozenmad

Thanks for your advice! Indeed, we are also preparing for constructing a unified search space for both neural architecture search and hyper parameter optimization. We'll consider making the interface more...

Thanks for your information! We'll check it after vacation

## [DGL] Homogeneous Node Classification Starting cmd: ``` python test/performance/node_classification/dgl/xxx.py --model gcn/gat/sage --repeat 10 --dataset Cora/PubMed/CiteSeer ``` Environment: Tesla V100S-PCIE-32GB | model | cora | citeseer | pubmed | |...

## [DGL] Heterogeneous Node Classification Starting cmd: ``` python test/performance/node_classification/dgl/hetero_xxx.py --model xxx --repeat 10 --dataset xxx ``` Environment: [fill this env] | model | ACM | ACM3025| xxx | |...

## [PyG] Homogeneous Graph Classification Starting cmd: ``` python test/performance/graph_classification/pyg/xxx.py --model gin --repeat 10 --dataset MUTAG/COLLAB/IMDBBINARY ``` Environment: Tesla V100S-PCIE-32GB | model | MUTAG | COLLAB | IMDBBINARY | |...

## [DGL] Homogeneous Graph Classification Starting cmd: ``` python test/performance/graph_classification/dgl/xxx.py --repeat 10 --dataset MUTAG ``` Environment: Tesla V100S-PCIE-32GB | model | MUTAG | COLLAB | IMDBBINARY | | ---- |...

## [DGL] Link Prediction Starting cmd: ``` python test/performance/link_prediction/dgl/xxx.py --model gcn/gat/sage --repeat 10 --dataset Cora/PubMed/CiteSeer ``` Environment: Tesla V100S-PCIE-32GB | model | cora | citeseer | pubmed | | ----...

Thanks for your advice! We'll have some discussions in the near future and come back to you then~