Skip to content

Fix path issue in scripts/eval_mlp.py#41

Open
ZhifengWu7 wants to merge 2 commits intoyandex-research:mainfrom
ZhifengWu7:main
Open

Fix path issue in scripts/eval_mlp.py#41
ZhifengWu7 wants to merge 2 commits intoyandex-research:mainfrom
ZhifengWu7:main

Conversation

@ZhifengWu7
Copy link

Modified the path to load the JSON file to use a relative path instead of an absolute path.

Before changing(line 83):

params = lib.load_json(f"/home/rototo/tab-diffusion/tuned_models/mlp/{Path(real_data_path).name}_cv.json")

After changing(line 83):

params = lib.load_json(f"tuned_models/mlp/{Path(real_data_path).name}_cv.json")

@ZhifengWu7
Copy link
Author

There is also an issue in the scripts/eval_seeds.py
Before changing(line 17):

'ctabgan-plus': 'CTAB-GAN-Plus/pipeline_ctabgan.py',

After changing(line 17):

'ctabgan-plus': 'CTAB-GAN-Plus/pipeline_ctabganp.py',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant