[espnet3] ESPnet1 Support Sunset and Migration to espnet2.legacy#6179
Merged
Masao-Someki merged 96 commits intoespnet:espnet3from Sep 15, 2025
Merged
[espnet3] ESPnet1 Support Sunset and Migration to espnet2.legacy#6179Masao-Someki merged 96 commits intoespnet:espnet3from
espnet2.legacy#6179Masao-Someki merged 96 commits intoespnet:espnet3from
Conversation
…_beam_search_online_sim
…m_search_timesync_streaming
Contributor
|
This pull request is now in conflict :( |
for more information, see https://pre-commit.ci
…t into espnet3/farewell_ver1
for more information, see https://pre-commit.ci
- Removed espnet-1 and chainer related part
…t into espnet3/farewell_ver1
- We may remove test_utils as unit tests were not tested before
Contributor
Author
|
@sw005320 |
- test_utils is no longer an integration tests and not generating `.coverage` file under `egs/`.
sw005320
approved these changes
Sep 15, 2025
Contributor
sw005320
left a comment
There was a problem hiding this comment.
OK for me.
You can merge this PR.
Contributor
|
Cool! |
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.
What did you change?
test_python_espnet1.sh,test_shell_espnet1.sh,test_integration_espnet1.sh).espnetpackage directory and migrated necessary utilities toespnet2.legacy.espnet2.legacyinstead ofespnet.init: chainerand replacing it withinit: normal.Why did you make this change?
Is your PR small enough?
No, but except for the following items, basically all files were updated via simply replacing or copy/paste.
We may separate removal of chainer support as another PR to update dependencies.
Additional Context