Setting up Pytorch
For my capstone project, I choose the topic Speech Enhancement using a Wavenet or a Wavegan approach. The main aim of this project is to enhance speech signals by the use of speech synthesis rather than the traditional noise removal approaches. For understanding the existing methods for Speech Enhancement I came across a GitHub code by "santi-pdp" . In order to run this code, I had to install all the prerequisites which were mentioned in the readme file. Setting up Pytorch: I already had PyTorch installed on my virtual machine but was not able to utilize GPUs inside the virtual machine. In order to use GPU for training, I decided to set up PyTorch in windows which would allow me to use my laptop GPU (RTX 2070). Step 1 - INSTALLING ANACONDA : In order to install PyTorch on windows, I had to install Anaconda. In order to install Anaconda I went to the following link: https://www.anaconda.com/distribution/#download-section After downloading the 64-bit ...