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 option to hide tensorboard artifact #2466

Merged
merged 1 commit into from
Oct 23, 2019

Conversation

hlu09
Copy link
Contributor

@hlu09 hlu09 commented Oct 22, 2019

For CMLE steps associated with a gcs folder, only train step shall show Tensorboard. Thus add option to avoid outputting a Tensorboard artifact.


This change is Reviewable

@k8s-ci-robot
Copy link
Contributor

Hi @hlu09. Thanks for your PR.

I'm waiting for a kubeflow member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@hlu09
Copy link
Contributor Author

hlu09 commented Oct 22, 2019

/assign @hongye-sun

@hongye-sun
Copy link
Contributor

/ok-to-test
/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: hongye-sun

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@@ -18,14 +18,15 @@
from ._client import MLEngineClient
from .. import common as gcp_common

def wait_job(project_id, job_id, wait_interval=30):
def wait_job(project_id, job_id, wait_interval=30, show_tensorboard=True):
Copy link
Contributor

Choose a reason for hiding this comment

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

show_tensorboard=True

Is it set to False anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It will be set to False when we use wait-job for non-training cmle jobs.
arguments=[
"kfp_component.google.ml_engine",
"wait-job",
"--project_id",
gcp_project_id,
"--job_id",
job_id,
"--wait_interval",
wait_interval_in_seconds,
"--show_tensorboard",
"False",
],

@hlu09
Copy link
Contributor Author

hlu09 commented Oct 23, 2019

/retest

1 similar comment
@numerology
Copy link

/retest

@k8s-ci-robot k8s-ci-robot merged commit 416bab1 into kubeflow:master Oct 23, 2019
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
* Feat: add huggingface bloom example to torchserve

Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>

* fix: add pv and helper pod yaml

 - update readme doc
 - add storageclass yaml
 - fix config.properties

Signed-off-by: Jagadeesh J <jagadeeshj@ideas2it.com>

* fix: add steps for model sharding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants