Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path issue in scripts/eval_mlp.py #41

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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