Skip to content

Small bug in train_finetune #220

@Karesto

Description

@Karesto

In train_finetune, line 580 :

mask = length_to_mask(mel_input_length // (2 ** n_down)).to("cuda")

I assume this should be .to(device) in case of specific devices.

In addition to that, when running the FineTune notebook, multiple erros linked to iters_test = 0 pop up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions