diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:58:23 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 00:58:23 +0200 |
| commit | 3df9666561b62d2dbc316d0503b45cb6465bcfc8 (patch) | |
| tree | dfd664a063c3f89746dd323c177e389a47e7dffd /app/relay | |
| parent | 99dd9ee8777ea36fcc1ae2bef2beb80e5ad6b8ed (diff) | |
currentTask component
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/samplernn.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index 559ca66..4630813 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -48,7 +48,7 @@ const train = { return { type: 'progress', action: 'epoch', task, } } return null - } + }, after: 'publish', } const generate = { |
