Open
Conversation
1. Added the Python version as metadata. 2. Added a flag to generate requirements.txt for experiment-level environment logging. 3. Added a log rotation function for cases where the log file already exists (in espnet2, this was previously handled by a Perl script).
…t into espnet3/package_files
…pnet into espnet3/package_files
for more information, see https://pre-commit.ci
…t into espnet3/package_files
for more information, see https://pre-commit.ci
[espnet3-11] Directory update to espnet-3
Update Documentation with ESPnet1 EOL
for more information, see https://pre-commit.ci
…t into espnet3/package_files
…3/package_files
- Revert unrequired comment deletion - Revert logging.py (This should be merged in #6329.
for more information, see https://pre-commit.ci
[espnet3-13] Add logging utils
for more information, see https://pre-commit.ci
Add MS-SNSD enh1 recipe
fix: correct typos 'seperated' and 'fuction'
Small bug fix for GTSinger data processing
Removed specific version requirements for Python and gcc.
feat(rw): add kinyarwanda tts recipe - Victor Olufemi
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
for more information, see https://pre-commit.ci
Python 3.12 has a known sys.settrace performance regression (CPython gh-107674) that causes ~7x tracing overhead vs ~3x on 3.10. Since all CI tests run under coverage, this makes 3.12 integration tests take >5h (vs ~1h45m on 3.10), exceeding the 6h GitHub Actions timeout. Switch to COVERAGE_CORE=sysmon (PEP 669) on Python 3.12+ which uses the low-overhead sys.monitoring API instead of sys.settrace. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
CI test for Numpy fix
upgrade the Python version to 3.10 in README.md
Backup Download link for mwerSegmenter
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.