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

Improved cost model #63

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

Improved cost model #63

wants to merge 2 commits into from

Conversation

jcarreira
Copy link
Owner

Makes cost model account for multiple experiments (hyperparameter opt.).

@jcarreira jcarreira self-assigned this Jul 15, 2018
Copy link
Collaborator

@andrewmzhang andrewmzhang left a comment

Choose a reason for hiding this comment

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

Everything else looks good

self.worker_size = worker_size

print "Cost Model"
def get_total_cost(self, num_secs):
return num_exps * get_cost_per_exp(num_secs)
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you mean

self.num_exps

Copy link
Collaborator

Choose a reason for hiding this comment

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

and self.get_cost_per_exp

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.

None yet

2 participants