chore: Add Speech Recognition with DDP Example#2830
chore: Add Speech Recognition with DDP Example#2830zren11 wants to merge 1 commit intokubeflow:masterfrom
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Pull Request Test Coverage Report for Build 17773026722Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
abad5ad to
277e1b3
Compare
Signed-off-by: zren11 <sdyyhere@gmail.com>
277e1b3 to
7754621
Compare
|
@andreyvelich I notice the GPU E2E test failed. Is there anything I can do to fix it? Thanks! |
|
/ok-to-test |
Can you rebase your PR again please ? |
| @@ -0,0 +1,5 @@ | |||
| FROM pytorch/pytorch:2.8.0-cuda12.8-cudnn9-devel | |||
There was a problem hiding this comment.
You can remove all of your files and keep only Jupyter Notebooks.
You can check out this example for knowledge distillation BERT fine-tuning: https://github.com/kubeflow/trainer/blob/master/examples/pytorch/question-answering/fine-tune-distilbert.ipynb
In your Notebook you can reference to the getting started guide which explains how to deploy kind cluster and torch-distributed Runtime.
|
/retest |
|
Hi @zren11 I see still the few tests are failing. Can you please rebase the PR! |
|
Hi @zren11 are you still working on this, if yes can you please rebase the PR. |
|
Hi @jaiakash and @andreyvelich, I have pushed the updates to finalise this PR under PR #3063 |
|
Hi @jaiakash , @andreyvelich , I’ve raised a PR with the required changes for this task: Would appreciate your review. Thanks! |
What this PR does / why we need it:
This is an simple Speech Recognition example for Issue 2040.
Key Features:
Details can be found in PR's
README.mdfile.Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...format, will close the issue(s) when PR gets merged):Fixes #Issue 2040 Issue 2040.