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

Dataset directory naming causes "File name too long" error #337

Open
light1726 opened this issue Mar 5, 2022 · 0 comments
Open

Dataset directory naming causes "File name too long" error #337

light1726 opened this issue Mar 5, 2022 · 0 comments
Labels
wontfix This will not be worked on

Comments

@light1726
Copy link

Thanks for your wonderful repo!

Just found this very little bug:
Here if one specifies several dozens of speakers to be used for training,

spks="all" # all or you can choose speakers e.g., "p225 p226 p227 ..."

then the following line will produce a super long directory name that cannot be created with "mkdir" later.

train_set="train_nodev_$(echo "${spks}" | tr " " "_")" # name of training data directory

@kan-bayashi kan-bayashi added the wontfix This will not be worked on label Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants