Skip to content

Commit

Permalink
[egs] Fix dns_challenge recipe issue forcing INTERSPEECH 2020 branch (#…
Browse files Browse the repository at this point in the history
…700)

* [egs] Add branch name to git clone of dns_challenge repo (#656)

* [egs] Change "dns_challenge" directory name to "dns_challenge_INTERSPEECH2020" to reflect version of dataset (#656)
  • Loading branch information
Rodolfo-S authored Jul 19, 2024
1 parent 2c7fe19 commit 154c52f
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### DNS Challenge's dataset
### INTERSPEECH 2020 DNS Challenge's dataset

The Deep Noise Suppression (DNS) Challenge is a single-channel speech enhancement
challenge organized by Microsoft, with a focus on real-time applications.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ recipe_dir=$PWD
cd $clone_dir

# Clone repo
git clone https://github.com/microsoft/DNS-Challenge
git clone -b interspeech2020/master https://github.com/microsoft/DNS-Challenge
cd DNS-Challenge

# Run lfs stuff in the repo
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 154c52f

Please sign in to comment.