Skip to content

Latest commit

 

History

History
35 lines (31 loc) · 1002 Bytes

README.md

File metadata and controls

35 lines (31 loc) · 1002 Bytes

SPCUP2022

Data Set

Download the zip file of the data set from here.

Development Environment

  1. It is recommended to use Anaconda to create a virtual environment before proceeding to run code.
  2. It is recommended to stick to Python 3.7.11
  3. The following are the main requirements:
torch
torchvision
torchaudio
pytorch-lightning
scikit-learn
numpy
pandas
scikitplot
matplotlib
librosa
soundfile
wandb (for logging)
  1. The deep learning parts of the codebase was tested on CUDA 10.1 and cuDNN 7.6.5.

Contributions