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

add ability to run experiments in parallel with different hyper params #1141

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

isahers1
Copy link
Contributor

No description provided.

Comment on lines +885 to +891
if hyper_params is None:
runs = None if _is_callable(target) else cast(Iterable[schemas.Run], target)
experiment_, runs = _resolve_experiment(
experiment,
runs,
client,
)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hinthornw not sure about this part, feel like we might need more checks and also corresponding ones inside of aevaluate

python/Makefile Outdated Show resolved Hide resolved
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.

2 participants