From ce0292b92cc07c52b89642e8ddd8f02e4c745524 Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Thu, 10 Oct 2019 23:59:54 +0200 Subject: [PATCH 1/2] Bump graph version due to forget_bias change --- GRAPH_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GRAPH_VERSION b/GRAPH_VERSION index d8263ee9..e440e5c8 100644 --- a/GRAPH_VERSION +++ b/GRAPH_VERSION @@ -1 +1 @@ -2 \ No newline at end of file +3 \ No newline at end of file From 7dc2be1a9b46e1ab14e89990b179a78ca9070daa Mon Sep 17 00:00:00 2001 From: Reuben Morais Date: Fri, 11 Oct 2019 11:40:23 +0200 Subject: [PATCH 2/2] Point examples to ldc93s1 model with new graph version --- taskcluster/examples-base.tyml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taskcluster/examples-base.tyml b/taskcluster/examples-base.tyml index 855b92d9..e2387802 100644 --- a/taskcluster/examples-base.tyml +++ b/taskcluster/examples-base.tyml @@ -30,7 +30,7 @@ then: image: ${build.docker_image} env: - DEEPSPEECH_MODEL: "https://github.com/lissyx/DeepSpeech/releases/download/tc-0.6.0/models.tar.gz" + DEEPSPEECH_MODEL: "https://github.com/reuben/DeepSpeech/releases/download/v0.6.0-alpha.8/models.tar.gz" DEEPSPEECH_AUDIO: "https://github.com/mozilla/DeepSpeech/releases/download/v0.4.1/audio-0.4.1.tar.gz" PIP_DEFAULT_TIMEOUT: "60"