From f6d3410ac7ba1dc4f4426988852702fa89ca73e3 Mon Sep 17 00:00:00 2001 From: eloimoliner <64018465+eloimoliner@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:17:39 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c31f70e..a8625c2 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ width="400px">

Listen to our audio samples [link to url] ## Requirements -You will need at least python 3.7. See ´requirements.txt´ for the required package versions. +You will need at least python 3.7 and CUDA 10.1 if you want to use GPU. See `requirements.txt` for the required package versions. To install the environment through anaconda, follow the instructions: @@ -22,4 +22,7 @@ To install the environment through anaconda, follow the instructions: ## Denosing Recordings +If the environment is installed correctly, you can denoise an audio file by running: + + bash inference.sh $filename ## Training