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

run_training_job allows to pass chunk_id to switch data batch but our functions are not more generic than that #174

Open
610v4nn1 opened this issue Mar 27, 2023 · 1 comment
Labels

Comments

@610v4nn1
Copy link
Contributor

          I changed back to using `chunk_id` to switch between the two datasets. I think it is a bit unintuitive for an example, when the `dataset_name` is part of the `config_space`. We explicitly introduced this `chunk_id` parameter in the `run_training_job` function to switch between chunks in the examples, so I think we should keep it consistent.

Originally posted by @lballes in #171 (comment)

We could generalize the function to be more flebible

@wistuba
Copy link
Contributor

wistuba commented Apr 4, 2023

we already are more flexible. however, instead of passing it directly to run_training_job, the parameter needs to be an entry of config_space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants