diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:57:05 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:57:05 +0200 |
| commit | 986adcb3fa79ab32af8c43f098489467d783d18b (patch) | |
| tree | 251dda367cc418047e743612001105f3d7e0ea3e /app/relay/modules/samplernn.js | |
| parent | fec93601f163d22760978c9db61c4a78ce5281da (diff) | |
must be string
Diffstat (limited to 'app/relay/modules/samplernn.js')
| -rw-r--r-- | app/relay/modules/samplernn.js | 4 |
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', |
