diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-02 13:48:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-02 13:48:12 +0100 |
| commit | 4ea1c5a5ee90b7ce5f2ceac7d30c2ec3287fa17b (patch) | |
| tree | 8ac5ec5ecc7f3b82e841dc27c0f0ecdd48db9905 /app/relay | |
| parent | c02933bf706c6a03298f28b96f48ede2232d9c94 (diff) | |
testing samplernn
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/samplernn.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index 1749bde..7bb910c 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -35,7 +35,6 @@ const train = { '--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', - '--no_flip', ] }, listen: (task, line, i) => { @@ -50,7 +49,7 @@ const train = { } return null }, - after: 'publish', + // after: 'publish', } const generate = { type: 'pytorch_samplernn', |
