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

전처리 md 가이드 라인 마지막 train, test df 만드는 과정 중 #175

Open
seohyunjun opened this issue Feb 7, 2023 · 0 comments

Comments

@seohyunjun
Copy link

Title

  • 전처리 md 가이드 라인 마지막 train, test df 만드는 과정 중

Description

https://github.com/sooftware/KoSpeech/wiki/Preparation-before-Training
label이라는 변수는 없어서 target으로 변경해야할거같습니다..

Linked Issues

  • resolved #

for idx in trange(length = len(audio_paths)):
audio = audio_paths[idx]
target = target_paths[idx] # *target->label

가이드라인 정말 감사합니다!!

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