RelGAN
RelGAN copied to clipboard
Thank you for your contribution. Can you briefly explain how to run and validate your model?
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.