This repository is the official PyTorch implementation of GraphDS, a graph generative model using auto-regressive model.
Install PyTorch following the instuctions on the official website. The code has been tested over PyTorch 0.2.0 and 0.4.0 versions.
conda install pytorch torchvision cuda90 -c pytorch
Then install the other dependencies.
pip install -r requirements.txt
python .\main_dataset.py --config-path dataset1_config.toml --output-prefix dataset1
python .\main_dataset.py --config-path dataset1_config.toml --output-prefix dataset1
python .\main_dataset.py --config-path dataset1_config.toml --output-prefix dataset1