RelGAN icon indicating copy to clipboard operation
RelGAN copied to clipboard

Thank you for your contribution. Can you briefly explain how to run and validate your model?

Open yandong667 opened this issue 4 years ago • 1 comments

yandong667 avatar Dec 01 '20 02:12 yandong667

Take the synthetic data experiments as an example. The run script is oracle_relgan.py, so as mentioned here, you only need to specify the [job_id] and [gpu_id]: (i) The [job_id] is the job_id variable in oracle_relgan.py, which determines what combinations of hyperparameters you want to use in a run. (2) The [gpu_id] is the gpu_id variable in oracle_relgan.py, and it specifies which gpu to run the code (assuming you have multiple gpus and only use one of them to run the code).

To get started, you can simply use python3 oracle_relgan.py 0 0 to run the code with default hyperparameters. The validation will be performed every ntest epochs by printing the scores.

weilinie avatar Dec 01 '20 20:12 weilinie