[espnet3-15] Add publication stage#6338
Draft
Masao-Someki wants to merge 236 commits intoespnet:masterfrom
Draft
[espnet3-15] Add publication stage#6338Masao-Someki wants to merge 236 commits intoespnet:masterfrom
Masao-Someki wants to merge 236 commits intoespnet:masterfrom
Conversation
…spnet into espnet3/jinchuan_dataset
…pnet into espnet3/jinchuan_dataset
- This is to avoid using egs folder
for more information, see https://pre-commit.ci
…t into espnet3/integration_test
…pnet into espnet3/integration_test
…t into espnet3/integration_test
- Previously we asked developer to create a user-defined modle, but I supported as a default. - Userd can set `val_scheduler_criterion` as espnet2 to use this function.
- supported train/valid switching for preprocessor - Add new default resolver to load external config file
for more information, see https://pre-commit.ci
…pnet into espnet3/integration_test
…t into espnet3/integration_test
…espnet into espnet3/integration_test_3
for more information, see https://pre-commit.ci
…espnet into espnet3/exp_dir
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…espnet into espnet3/integration_test_3
…espnet into espnet3/exp_dir
… espnet3/recipe/ls_asr100_2
…espnet into espnet3/publish_stage
…t into espnet3/publish_stage
for more information, see https://pre-commit.ci
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?
Added the following stage for the publication
pack_model: create a directory for uploading model into HF hub.upload_model: Upload model to HF hub.Why did you make this change?
To easily share the experimental results.
Is your PR small enough?
Yes, it is 12 file changes with 808 additions after the #6331 has merged.
Additional Context
This PR should be merged after #6331.