Skip to content

Commit

Permalink
FARGAN model update
Browse files Browse the repository at this point in the history
Finished adversarial training on 800k model. Also, move weights to a new
location.
  • Loading branch information
jmvalin committed Nov 28, 2023
1 parent df63771 commit 72cc88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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...."

Expand Down
4 changes: 2 additions & 2 deletions dnn/download_model.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/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 comments on commit 72cc88d

Please sign in to comment.