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

Initial support for farming out trials on >1 GPUs per node #15

Merged
merged 2 commits into from
Oct 23, 2023
Merged

Conversation

jsschreck
Copy link
Collaborator

What still needs to me updated are the names of the config params: trials_per_job, and the newly added gpus_per_node. trials_per_job simply duplicates the number of python calls, which is multiplied by gpus_per_node (if >=1). What else should we name trials_per_job so its less ambiguous?

@jsschreck jsschreck requested a review from djgagne August 31, 2023 21:50
@jsschreck jsschreck self-assigned this Aug 31, 2023
@djgagne djgagne requested a review from katiedagon August 31, 2023 21:57
echo/optimize.py Outdated

# Check if "trials_per_job" is specified in hyper_config[batch_type]
if (
"trials_per_job" in hyper_config[batch_type]
Copy link
Collaborator

Choose a reason for hiding this comment

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

change parameter name to "tasks_per_worker"

@djgagne djgagne merged commit 874452b into main Oct 23, 2023
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.

3 participants