Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 716 Bytes

File metadata and controls

31 lines (16 loc) · 716 Bytes

RoMA - Audio - Classification

The following instructions are for installing and executing the roma-audio-classification case study on a linux/ubuntu machine with a GPU properly configured.

This tutorial assumes you have the CUDA driver 11.7 installed.

Setting up the environment

  1. Start by making sure that you have the following packages installed:

sudo apt-get install python3.9-dev

sudo apt-get install libasound2-dev

  1. Create a virtual environment using conda:

conda create -n roma-audio python=3.10

  1. Activate the environment:

conda activate roma-audio

  1. Install the requirements file

pip install -r requirements.txt

Executing the experiment

python main.py

Good Luck!