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

[Sample] Disable multi-threading for TFX demo notebook #3170

Merged
merged 2 commits into from
Feb 26, 2020

Conversation

numerology
Copy link

@numerology numerology commented Feb 26, 2020

In TFX 0.21.0 release it's not guaranteed to work well with 6 vCPU. Disable it for now.


This change is Reviewable

In TFX 0.21.0 release it's not guaranteed to work well with 6 vCPU. Disable it for now.
@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB.

@numerology
Copy link
Author

/assign @Bobgy
/assign @rmgogogo

@rmgogogo
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rmgogogo

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

@jingzhang36
Copy link
Contributor

/lgtm

@@ -239,7 +239,7 @@
" trainer, model_analyzer, model_validator, pusher\n",
" ],\n",
" enable_cache=True,\n",
" beam_pipeline_args=['--direct_num_workers=%d' % 4],\n",
" beam_pipeline_args=['--direct_num_workers=%d' % 1],\n",
Copy link
Contributor

Choose a reason for hiding this comment

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

would prefer you set it as 0 as it will be auto selected based on available cpus.
and maybe refine the title

@rmgogogo
Copy link
Contributor

/hold

Left comments. please update to 0 which solve all problem.

@k8s-ci-robot k8s-ci-robot removed the lgtm label Feb 26, 2020
@Bobgy
Copy link
Contributor

Bobgy commented Feb 26, 2020

/hold cancel

@Bobgy
Copy link
Contributor

Bobgy commented Feb 26, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot merged commit 9a96117 into master Feb 26, 2020
@numerology numerology deleted the numerology-patch-2 branch April 7, 2020 22:29
Jeffwan pushed a commit to Jeffwan/pipelines that referenced this pull request Dec 9, 2020
* [Sample] Disable multi-threading for TFX demo notebook

In TFX 0.21.0 release it's not guaranteed to work well with 6 vCPU. Disable it for now.

* Update taxi_pipeline_notebook.ipynb

Co-authored-by: Yuan (Bob) Gong <gongyuan94@gmail.com>
magdalenakuhn17 pushed a commit to magdalenakuhn17/pipelines that referenced this pull request Oct 22, 2023
…le (kubeflow#3170)

Add go security scan

Signed-off-by: Sivanantham Chinnaiyan <sivanantham.chinnaiyan@ideas2it.com>
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