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

Unclear instructions with pretrained model #55

Open
chrisbward opened this issue Dec 29, 2022 · 1 comment
Open

Unclear instructions with pretrained model #55

chrisbward opened this issue Dec 29, 2022 · 1 comment

Comments

@chrisbward
Copy link

So I've downloaded the pretrained model (thank you) and was just reading the instructions here;

https://github.com/kuleshov/audio-super-res#running-the-model

"Running the model" as follows;

Contents

The repository is structured as follows.

    ./src: model source code
    ./data: code to download the model data

Retrieving data

The ./data subfolder contains code for preparing the VCTK speech dataset. Make sure you have enough disk space and bandwidth (the dataset is over 18G, uncompressed). You need to type:

cd ./data/vctk;
make;

Next, you must prepare the dataset for training:

A little confused as I do not need to train the dataset now that I have the pretrained model?

Cheers!

@Sawyerb
Copy link
Collaborator

Sawyerb commented Jan 3, 2023

Sorry, the heading is a bit confusing. If you're using the pretrained model, you don't need to train on the dataset. That said, you still need to run the steps in the "Retrieving data" section to load in the audio files.

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