-
Notifications
You must be signed in to change notification settings - Fork 62
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
Terraform deployment #44
Conversation
…and Federated datasets
430 | ||
] | ||
} | ||
] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be addressed in #43
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RTM see also #43
@@ -230,12 +238,12 @@ def build(arrival: Arrival, u_id: uuid.UUID, replication: int) -> T: | |||
network=arrival.get_network(), | |||
dataset=arrival.get_dataset(), | |||
loss_function=arrival.task.network_configuration.loss_function, | |||
seed=arrival.get_experiment_config().random_seed[replication], | |||
# seed=arrival.get_experiment_config().random_seed[replication], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be addressed in #43
@@ -233,12 +245,14 @@ def run(self, duration: float): | |||
|
|||
description: JobDescription | |||
for job_name, description in self.job_dict.items(): | |||
# TODO: Ensure seeds are set properly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be addressed in #43
(Short) Description
This pull request introduces a new way of deployment, using terraform. Furthermore it reduces clutter by means of deduplication.