-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'espnet/master'
# Conflicts: # egs2/TEMPLATE/asr1/db.sh # egs2/TEMPLATE/asr1/pyscripts/utils/mfa_format.py
- Loading branch information
Showing
1,356 changed files
with
58,789 additions
and
3,494 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
name: Question | ||
about: Ask a question | ||
title: '' | ||
labels: Question | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe your question** | ||
|
||
<!-- If you have a question for your experiments, please specify which task (e.g., ASR, TTS) and the recipe name. This helps us figure out your questions and assign them to appropriate categories. --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## What? | ||
|
||
<!-- Please write what you changed. --> | ||
|
||
## Why? | ||
|
||
<!-- Please write why you changed. --> | ||
|
||
## See also | ||
|
||
<!-- Write additional information if necessary (e.g., referecne, related PRs or Issues). --> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: cancel workflows | ||
on: | ||
workflow_run: | ||
workflows: | ||
- "ci on ubuntu" | ||
- "ci on centos7" | ||
- "ci on debian11" | ||
- "ci on macos" | ||
- "ci on windows" | ||
- "publish doc" | ||
- "publish paper pdf" | ||
# TODO(kan-bayashi): Remove the following items once all PR used new workflow files | ||
- "CI" | ||
- "centos7" | ||
- "debian11" | ||
- "doc" | ||
- "MacOS" | ||
- "Windows" | ||
- "Test import espnet" | ||
- "Check kaldi scripts" | ||
types: | ||
- requested | ||
jobs: | ||
cancel: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: styfle/cancel-workflow-action@0.11.0 | ||
with: | ||
workflow_id: ${{ github.event.workflow.id }} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.