Skip to content
Snippets Groups Projects
Verified Commit 72cc88df authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

FARGAN model update

Finished adversarial training on 800k model. Also, move weights to a new
location.
parent df637713
No related branches found
No related tags found
No related merge requests found
Pipeline #4271 failed
......@@ -9,7 +9,7 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
dnn/download_model.sh 7f7b2a1
dnn/download_model.sh df63771
echo "Updating build configuration files, please wait...."
......
#!/bin/sh
set -e
model=lpcnet_data-$1.tar.gz
model=opus_data-$1.tar.gz
if [ ! -f $model ]; then
echo "Downloading latest model"
wget https://media.xiph.org/lpcnet/data/$model
wget https://media.xiph.org/opus/models/$model
fi
tar xvomf $model
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment