tableGAN
tableGAN copied to clipboard
bug fix Input data file format
In the document it was mentioned DATASET_train_cleaned.csv but in code sequence used is train_DATASET_cleaned.csv
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!
I was using 1.13
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!
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!