MP6: AutoVC voice conversion¶
This MP will use pytorch to train and test an AutoVC voice conversion system.
Pytorch is intentionally easy to learn, but even so, it’s worth spending some time with the pytorch tutorial.
mp6.zip contains the code. You should download the code, unzip it into some directory, and then type
jupyter-lab
to get started.mp6_notebook.html is an example of what the Jupyter notebook will look like.
The MP uses a lot of torch-specific functions. You can find documentation for all of those functions here.
python grade.py
is how you will grade your code on your local machine.When it works on your machine, then you can try uploading only the file
submitted.py
to the MP6 assignment on Gradescope.