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

feat: Add Hyperparameter tuning Workflow Template #786

Merged
merged 24 commits into from
Dec 29, 2020

Conversation

rushtehrani
Copy link
Contributor

@rushtehrani rushtehrani commented Dec 11, 2020

What this PR does:

Which issue(s) this PR fixes:

Fixes onepanelio/core#

Special notes for your reviewer:

Checklist

Please check if applies

  • I have added/updated relevant unit tests
  • I have added/updated relevant documentation

Required

  • I accept to release these changes under the Apache 2.0 License

@rushtehrani rushtehrani added this to the v0.16.0 milestone Dec 11, 2020
@rushtehrani rushtehrani modified the milestones: v0.16.0, v0.17.0 Dec 16, 2020
@rushtehrani rushtehrani changed the base branch from master to feat/sys.node.pool December 28, 2020 18:04
@rushtehrani rushtehrani changed the base branch from feat/sys.node.pool to master December 28, 2020 18:04
@rushtehrani rushtehrani changed the base branch from master to feat/sys.node.pool December 28, 2020 18:10
@rushtehrani rushtehrani changed the base branch from feat/sys.node.pool to master December 29, 2020 19:43
@rushtehrani rushtehrani marked this pull request as ready for review December 29, 2020 19:44
@rushtehrani rushtehrani changed the base branch from master to release-v0.13.0 December 29, 2020 19:45
@rushtehrani rushtehrani changed the base branch from release-v0.13.0 to master December 29, 2020 19:45
db/go/util.go Outdated
Labels: labels,
}

err = ReplaceArtifactRepositoryType(client, namespace, workflowTemplate, nil)
Copy link
Contributor

Choose a reason for hiding this comment

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

@rushtehrani Let's use ReplaceRuntimeVariablesInManifest, ReplaceArtifactRepositoryType does not do select.nodepool

hyperparameterTuningTemplateName,
map[string]string{
"framework": "pytorch",
"tuner": "TPE",
Copy link
Contributor

Choose a reason for hiding this comment

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

@rushtehrani Should we add "created-by": "system" ?

@Vafilor Vafilor merged commit e8890f2 into onepanelio:master Dec 29, 2020
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.

Hyperparameter tuning using NNI
2 participants