espnet-spk data preparation part#5184
Conversation
data preparation part done.
for more information, see https://pre-commit.ci
Emrys365
left a comment
There was a problem hiding this comment.
I think you need to include other files/directories in the TEMPLATE/sv1 folder, just like the other tasks. For example:
conf/
local/path.sh
README.md
db.sh -> ../../TEMPLATE/asr1/db.sh
sv.sh
pyscripts -> ../../TEMPLATE/asr1/pyscripts
setup.sh
steps -> ../../TEMPLATE/asr1/steps
utils -> ../../TEMPLATE/asr1/utils
egs2/voxceleb/sv1/sv.sh should be a symbolic link pointing to egs2/TEMPLATE/sv1/sv.sh.
|
Thanks @Emrys365 for your review :) |
|
Can you fix the CI error? |
Codecov Report
@@ Coverage Diff @@
## master #5184 +/- ##
===========================================
+ Coverage 64.35% 74.54% +10.18%
===========================================
Files 640 640
Lines 57057 57267 +210
===========================================
+ Hits 36719 42688 +5969
+ Misses 20338 14579 -5759
Flags with carried forward coverage won't be shown. Click here to find out more. see 199 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
This is good enough as a first commit. |
|
Can you fix https://github.com/espnet/espnet/actions/runs/5136094955/jobs/9242613162?pr=5184#step:12:104181 by following the instruction? |
|
@Jungjee, sorry, I tried to fix the issues, but it turns out that I need to change egs2/accented_french_openslr57/asr1/cmd.sh, egs2/voxceleb/sv1/cmd.sh, (and maybe egs2/TEMPLATE/sv1/cmd.sh) from symlink to the normal file. Basically, |
|
@sw005320 , sure, but the error you ask me to fix before is which means to changes local So my understanding is to undo this and make CI error come again. Pls let me know if I'm thinking something wrong. Meanwhile, I cannot pull from Jungjee/master somehow, trying to solve this issue. |
make cmd.sh into real files
First, egs2/TEMPLATE/asr1/cmd.sh is an actual file. |
|
Sure, I think it's okay now? after commit 46c17d2 |
|
Thanks, it should be fine, and let's ask the CI for the rest. |
initial upload
|
Another issue |
|
Can you remove some files under |
|
I just did it by myself. |
This pr includes the data preparation part for ESPnet-spk project.
It cannot be used at current status. Following PR will be dealing with the training part.