We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80e4c6 commit f7fa3c0Copy full SHA for f7fa3c0
aishell4/setup.sh
@@ -2,7 +2,7 @@
2
3
4
echo "Downloading ..."
5
-wget c "https://www.openslr.org/resources/111/train_L.tar.gz"
+wget -c "https://www.openslr.org/resources/111/train_L.tar.gz"
6
wget -c "https://www.openslr.org/resources/111/train_M.tar.gz"
7
wget -c "https://www.openslr.org/resources/111/train_S.tar.gz"
8
wget -c "https://www.openslr.org/resources/111/test.tar.gz"
msdwild/setup.sh
@@ -1,5 +1,7 @@
1
-# echo "Extracting msdwild_wavs.zip"
-# unzip msdwild_wavs.zip -d .
+#!/bin/bash
+
+echo "Extracting msdwild_wavs.zip"
+unzip msdwild_wavs.zip -d .
echo "Downloading RTTMs"
wget -nc "https://github.com/X-LANCE/MSDWILD/raw/master/rttms/all.rttm"
0 commit comments