You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to reproduce your results for census and covertype datasets, i wasn't able with the out of the box settings, so i tried your random search but ran into this issue.
This issue is about that.
I would love to know your parameters settings for census data and covertype.
As they weren't mentioned.
The input data for this fitting process has to be a single table that satisfies the following rules:
Has no missing values.
Has columns of types int, float, str or bool.
Each column contains data of only one type.
How did you impute data if was missing? what scaling you've used, etc.. as i'm trying to reproduce.
I didn't see the discriminator converges to "fake accuracy" 0.5 and "real accuracy" 0.5 at any of my runs. How come? tried to read here in issues, the papers, code.. how come?
@nevermindthat how did you make "tgan experiments config_hpo.json results.jsons" line work? For me it just says invalid syntax. what was your code before this line? I will just add my code below, please let me know what changes i need to make.
Hi,
Thanks for the great paper and code!.
I'm trying to reproduce your results for census and covertype datasets, i wasn't able with the out of the box settings, so i tried your random search but ran into this issue.
This issue is about that.
I would love to know your parameters settings for census data and covertype.
As they weren't mentioned.
Also where can i find the preprocessing code for these datasets as the given ones
http://hdi-project-tgan.s3.amazonaws.com/index.html
Have already been processed. There's also no test split - where can i find it? it's not in the link provided.
The section: https://dai-lab.github.io/TGAN/readme.html#input-format
Only say:
How did you impute data if was missing? what scaling you've used, etc.. as i'm trying to reproduce.
Python version: 3.5.3
Operating System: 4.9.0-9-amd64 #1 SMP Debian 4.9.168-1+deb9u4 (2019-07-19) x86_64 GNU/Linux - on GCP
TensorFlow version: 1.14.0
nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2018 NVIDIA Corporation Built on Sat_Aug_25_21:08:01_CDT_2018 Cuda compilation tools, release 10.0, V10.0.130
GPU:
Description
I've ran
tgan experiments config_hpo.json results.jsons
This was the outcome:
What I Did
config_hpo.json looks:
Seems this is the line that raises the error because of NaN ?
https://github.com/DAI-Lab/TGAN/blob/51243cc705046538683d41738d1bb9cd22871f03/tgan/research/evaluation.py#L68
Thank you!
The text was updated successfully, but these errors were encountered: