This is the code necessary to run the ARD.
Example to run:
python main.py --log_dir=default --device=cuda --dataset=amazon_music
--log_dir
: file name of the log file.--device
: choosecuda
to train with gpu, orcpu
to train with cpu.
Thanks for using our code!