ref: 2681822c1825d06a626284f7d6e3228e6109b9ec
parent: d3321008081396024ca83e9ec5a5af894776c0a0
author: Jean-Marc Valin <jmvalin@amazon.com>
date: Mon Jul 5 09:31:18 EDT 2021
update model
--- a/dnn/autogen.sh
+++ b/dnn/autogen.sh
@@ -6,7 +6,7 @@
test -n "$srcdir" && cd "$srcdir"
#SHA1 of the first commit compatible with the current model
-commit=cce123e
+commit=d511ff6
if [ ! -f lpcnet_data-$commit.tar.gz ]; then
echo "Downloading latest model"
--
⑨