Skip to content

enable timestamps modeling_utils.py#32

Open
mishaombr wants to merge 1 commit intoysharma3501:masterfrom
mishaombr:patch-1
Open

enable timestamps modeling_utils.py#32
mishaombr wants to merge 1 commit intoysharma3501:masterfrom
mishaombr:patch-1

Conversation

@mishaombr
Copy link
Copy Markdown

If the reference audio file is longer than 30 seconds, the following error is observed:

ValueError: You have passed more than 3000 mel input features (> 30 seconds) which automatically enables long-form generation which requires the model to predict timestamp tokens. Please either pass return_timestamps=True or make sure to pass no more than 3000 mel input features.

I don't know if this is the correct way to fix the problem, but it works for me.

If the reference audio file is longer than 30 seconds, the following error is observed:
```
ValueError: You have passed more than 3000 mel input features (> 30 seconds) which automatically enables long-form generation which requires the model to predict timestamp tokens. Please either pass return_timestamps=True or make sure to pass no more than 3000 mel input features.
```
I don't know if this is the correct way to fix the problem, but it works for me.
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

Successfully merging this pull request may close these issues.

1 participant