Skip to content
This repository was archived by the owner on Jan 11, 2022. It is now read-only.
This repository was archived by the owner on Jan 11, 2022. It is now read-only.

Generating long sequences #94

@raphpapercup

Description

@raphpapercup

Hello,

I am trying to generate longer sequences with this repository. I am working on Geforce RTX 2080 TI, and getting everything to work well for training.

For inference, I am trying to feed in sequence of mels, but as soon as I go past 6 or 7 seconds, I automatically get out of memory. Looking through the code this is probably caused by the fact that the entire output sequence is initialised before generation starts, whereas since Wavenet is autoregressive, this is not necessary.

Any ideas how to scale this repo to generate longer sequences?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions