tableGAN icon indicating copy to clipboard operation
tableGAN copied to clipboard

bug fix Input data file format

Open vishalshar opened this issue 6 years ago • 4 comments

In the document it was mentioned DATASET_train_cleaned.csv but in code sequence used is train_DATASET_cleaned.csv

vishalshar avatar Jan 08 '19 20:01 vishalshar

Could you tell us which version of Tensorflow was used for the development of these codes?

Because I am having some problems with functionalities that have been deprecated from the most recent versions. (For example: the module "tensorflow.contrib" or "tf.variable_scope") Thanks!

tomaskappa avatar May 29 '20 19:05 tomaskappa

I was using 1.13

vishalshar avatar Jun 05 '20 02:06 vishalshar

Dear,sir! I am repeating your study results.But some problems happened:

File "main.py", line 161, in main tablegan.train(FLAGS) TypeError: train() missing 1 required positional argument: 'experiment'

My tf version is 2.5.0,and i use: import tensorflow.compat.v1 as tf tf.compat.v1.disable_eager_execution() to replace"import tensorflow as tf".

Looking forward to your reply!

luna57-lr avatar Nov 14 '22 07:11 luna57-lr

Dear sir,i run your model , python main.py --dataset=Adult --test_id=OI_11_00 and now i see an error ValueError: could not convert string to float, '39,6,77516,1,13,3,9,4,1,2,2174,0,40,1' how to solve it. Looking forward to your reply!

dhc1256436519 avatar Dec 24 '22 07:12 dhc1256436519