Required Downloads

Download and install all the required libraries, modules and datasets.

Libraries

Several libraries are used during training models and evaluating them. They can be installed by using following commands:

Press + to interact
$ pip3 install pandas numpy seaborn matplotlib torch torchvision scipy opencv-python lmdb
dominate visdom h5py pyyaml tensorboard-pytorch python-dateutil easydicttorchfile scipy soundfile
pyfftw tensorboardX librosa

For Apex installation, use the following commands:

Press + to interact
$ git clone https://github.com/NVIDIA/apex
$ cd apex
$ pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" .

For ...