diff options
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', |
