e4593ecdc904eebcd2206e47211e3cf8620e58b2,demos/node-classification-gat/gat-cora-example.py,,,#,267

Before Change


            args.dropout,
        )
    else:
        test(edgelist, node_data, args.checkpoint, args.batch_size)

After Change


        default=100,
        help="Patience for early stopping",
    )
    parser.add_argument(
        "-a",
        "--attn_heads",
        type=int,
        default=1,
        help="Number of attention heads",
    )
    parser.add_argument(
        "-s",
        "--layer_sizes",
        type=int,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: stellargraph/stellargraph
Commit Name: e4593ecdc904eebcd2206e47211e3cf8620e58b2
Time: 2019-01-16
Author: yuriy.tyshetskiy@data61.csiro.au
File Name: demos/node-classification-gat/gat-cora-example.py
Class Name:
Method Name:


Project Name: facebookresearch/fastMRI
Commit Name: 05b2b1c02a8ce5f471877243ebebe5df876ccc37
Time: 2020-04-15
Author: tulliemurrell@gmail.com
File Name: models/unet/train_unet.py
Class Name:
Method Name: main


Project Name: pytorch/text
Commit Name: 11b030dadd33dc13f21e214d7bab6e0c9434f9e0
Time: 2019-07-26
Author: cpuhrsch@fb.com
File Name: examples/text_classification/train.py
Class Name:
Method Name: