/spiking-fullsubnet-inference

minimal code for inference (Intel N-DNS Challenge Algorithmic Track Winner)

Primary LanguagePythonMIT LicenseMIT

Spiking-FullSubNet

[Official GitHub Repo]

Minimal code for inference

Requirements

## Optional: create a new conda environment
conda create --name spiking-fullsubnet-inference python=3.10
conda activate spiking-fullsubnet-inference
## Install the required packages
pip install -r requirements.txt

Usage

# model_zoo is one of the S, M, L, XL
# input_file is the path to the input sound file
# output_file is the path to the output sound file
python eval.py -i <input_file> -o <output_file> -m <model_zoo>