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 prepared a dataset and a JSON file.
And I ran the code 'tgan experiments config.json results.json', but it didn't function.
There was a massage 'SyntaxError: invalid syntax'
However, when I ran the code.... I have a error massage. It was 'AttributeError: module 'tgan.research' has no attribute 'experiments''.
I found that I have to import experiments with the code 'from tgan.research import experiments'. And I ran the code 'tgan.research.experiments.run_experiments(config_path, output_path)'
However, I met another error massage 'ValueError: Passing negative integer to header is invalid. For no header, use header=None instead'. (I have no negative integer in my data. Data composed of positive integers only.)
Now, I am trying to modify the code of 'run_experiments' and 'run_experiment'. But still I can not resolve this header problem.
So, please let me know how I can resolve this header problem and use 'Random hyperparameter search'.
The text was updated successfully, but these errors were encountered:
glucotrend
changed the title
I have a problem when I try to use 'Random hyperparameter search'
I have a problem when I try to use 'Random hyperparameter search'
Jun 16, 2020
And I ran the code 'tgan experiments config.json results.json', but it didn't function.
There was a massage 'SyntaxError: invalid syntax'
And I found the code 'tgan.research.experiments.run_experiments(config_path, output_path)'
So, please let me know how I can resolve this header problem and use 'Random hyperparameter search'.
The text was updated successfully, but these errors were encountered: