From 986adcb3fa79ab32af8c43f098489467d783d18b Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Fri, 8 Jun 2018 00:57:05 +0200 Subject: must be string --- app/relay/modules/samplernn.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/relay/modules/samplernn.js') diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index 668ab24..559ca66 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -49,7 +49,7 @@ const train = { } return null } - after: publish, + after: 'publish', } const generate = { type: 'pytorch', @@ -65,7 +65,7 @@ const generate = { '--keep_old_checkpoints', task.opt.keep_old_checkpoints ? 'True' : 'False', ] }, - after: publish, + after: 'publish', } const publish = { type: 'perl', -- cgit v1.2.3-70-g09d2