summaryrefslogtreecommitdiff
path: root/app/relay/modules/samplernn.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-08 00:57:05 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-08 00:57:05 +0200
commit986adcb3fa79ab32af8c43f098489467d783d18b (patch)
tree251dda367cc418047e743612001105f3d7e0ea3e /app/relay/modules/samplernn.js
parentfec93601f163d22760978c9db61c4a78ce5281da (diff)
must be string
Diffstat (limited to 'app/relay/modules/samplernn.js')
-rw-r--r--app/relay/modules/samplernn.js4
1 files changed, 2 insertions, 2 deletions
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',