create_gi_dataset.py#
Generate a graph isomorphism dataset.
A graph isomorphism dataset consists of pairs of graphs, where each pair is either isomorphic or not.
scripts/create_gi_dataset.py#
Generate a graph isomorphism dataset
usage: scripts/create_gi_dataset.py [-h] [--num-graphs NUM_GRAPHS]
[--batch-size BATCH_SIZE]
name
- name#
The name of the dataset
- -h, --help#
show this help message and exit
- --num-graphs <num_graphs>#
The number of graphs to generate
- --batch-size <batch_size>#
The batch size to use for generating the graphs