diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-22 16:02:40 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-22 16:02:40 +0200 |
| commit | 55df7e617feb374c546d72a958b601402dbd7c5d (patch) | |
| tree | 8a3b8f8901f949a76323aac167c06e6a6ef3f25b /app/relay | |
| parent | e4b941f98801251c3000c3794af0dd12d5595ef6 (diff) | |
samplernn generate tasks
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/samplernn.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index d25698f..b36aadf 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -62,7 +62,6 @@ const generate = { '--n_rnn', '2', '--sample_length', task.opt.sample_length || 44100 * 5, '--n_samples', task.opt.n_samples || 6, - '--keep_old_checkpoints', task.opt.keep_old_checkpoints ? 'True' : 'False', ] }, after: 'publish', |
