From 15b40281fcc0c81dbe52f6f89abf5ef1f81d6c3c Mon Sep 17 00:00:00 2001 From: eloimoliner <64018465+eloimoliner@users.noreply.github.com> Date: Tue, 31 Aug 2021 18:28:50 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddffcf3..871b0a9 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ To install the environment through anaconda, follow the instructions: ## Denosing Recordings Run the following commands to install the pretrained weights of the two-stage U-Net model: - wget ckptzipurl - unzip name.zip /experiments/trained_model/ + wget https://github.com/eloimoliner/denoising-historical-recordings/releases/download/v0.0/checkpoint.zip + unzip checkpoint.zip /experiments/trained_model/ If the environment is installed correctly, you can denoise an audio file by running: