jsyoon0823 / GAIN

Codebase for Generative Adversarial Imputation Networks (GAIN) - ICML 2018
365 stars 152 forks source link

RMSE is not stable #33

Closed rifaadev closed 2 years ago

rifaadev commented 2 years ago

Each time I run the code the value of RMSE changes, why is it not stable?

jsyoon0823 commented 2 years ago

There are various reasons on the randomness. To achieve the robust results, we need to fix some seeds or doing hyper-parameter optimization. Thanks!