Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SyntaxError: invalid syntax (3690364265.py, line 2) in notebook #72

Open
jigu168 opened this issue Jul 22, 2023 · 0 comments
Open

SyntaxError: invalid syntax (3690364265.py, line 2) in notebook #72

jigu168 opened this issue Jul 22, 2023 · 0 comments

Comments

@jigu168
Copy link

jigu168 commented Jul 22, 2023

特征提取

python kantts/preprocess/data_process.py --voice_input_dir ptts_spk0_autolabel --voice_output_dir training_stage/test_male_ptts_feats --audio_config kantts/configs/audio_config_se_16k.yaml --speaker F7 --se_model speech_personal_sambert-hifigan_nsf_tts_zh-cn_pretrain_16k/basemodel_16k/speaker_embedding/se.*

扩充epoch

stage0=training_stage
voice=test_male_ptts_feats

cat $stage0/$voice/am_valid.lst >> $stage0/$voice/am_train.lst
lines=0
while [ $lines -lt 400 ]
do
shuf $stage0/$voice/am_train.lst >> $stage0/$voice/am_train.lst.tmp
lines=$(wc -l < "$stage0/$voice/am_train.lst.tmp")
done
mv $stage0/$voice/am_train.lst.tmp $stage0/$voice/am_train.lst

@jigu168 jigu168 changed the title SyntaxError: invalid syntax (3690364265.py, line 2) in notbook SyntaxError: invalid syntax (3690364265.py, line 2) in notebook Jul 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant