Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-11-15 20:58:52 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-11-16 10:06:14 +0300
commit7f7b2a1c662580e214e5fba20eef40816563bfbd (patch)
tree89ed0b201021f30b8478bed5b2d59549be67b7db /autogen.sh
parent19a5d6ec03d10920380d5385b7b898e287079a68 (diff)
Smaller version of fargan
800k parameters, 600 MFLOPS, with a receptive field of 3 feature vectors
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 03fd9495..2e73ab89 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,7 +9,7 @@ set -e
srcdir=`dirname $0`
test -n "$srcdir" && cd "$srcdir"
-dnn/download_model.sh 58923f6
+dnn/download_model.sh 19a5d6e
echo "Updating build configuration files, please wait...."