"examples/pytorch/rgcn-hetero-ogbn-mag/main.py" did not exist on "2150fcaf230940c94196d590af3dea1450ae3939"
runs_surf_nan.sh 532 Bytes
Newer Older
zhangwq5's avatar
all  
zhangwq5 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# for reference, this is one datapoint:
# Data(x=[14, 16], edge_index=[2, 20], edge_attr=[20, 5], y=[14, 6])

# this one gets ??? accuracy after 200 epochs
# WITH THIS ONE USE MODEL MPN
python3 train.py --cfg_json ./configs/large.json\
                --num-epochs 2000\
                --data-dir ~/data/volume_2/power_flow_dataset\
                --batch-size 128\
                --train_loss_fn mse_loss\
                --lr 0.001\
                --case 118v2\
                --model MaskEmbdMultiMPN\
                --save