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

ValueError: max() arg is an empty sequence怎么解决 #510

Open
cdd300 opened this issue Apr 18, 2022 · 1 comment
Open

ValueError: max() arg is an empty sequence怎么解决 #510

cdd300 opened this issue Apr 18, 2022 · 1 comment

Comments

@cdd300
Copy link

cdd300 commented Apr 18, 2022

Traceback (most recent call last):
File "D:\MockingBird-main\pre.py", line 74, in
preprocess_dataset(**vars(args))
File "D:\MockingBird-main\synthesizer\preprocess.py", line 88, in preprocess_dataset
print("Max input length (text chars): %d" % max(len(m[5]) for m in metadata))
ValueError: max() arg is an empty sequence

@Yuyang-Wu
Copy link

Looks like you are in a windows OS.
In README it says "Not compatible with Windows."

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

2 participants