Required Downloads
Download and install all the required libraries, modules and datasets.
We'll cover the following...
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 lmdbdominate visdom h5py pyyaml tensorboard-pytorch python-dateutil easydicttorchfile scipy soundfilepyfftw 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 ...