diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-23 17:21:50 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-23 17:21:50 +0200 |
| commit | b08bcb64fbc3f55446d604e1966ef71bc83d6e5d (patch) | |
| tree | 7ad0d1f4de637006b27ed3201eafd46455a4633e /app/relay | |
| parent | a0a0026b09f48215f2e30a1c5467ceda9027bf43 (diff) | |
epoch limit
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/samplernn.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/samplernn.js b/app/relay/modules/samplernn.js index 141f8f9..5e58f7c 100644 --- a/app/relay/modules/samplernn.js +++ b/app/relay/modules/samplernn.js @@ -60,6 +60,7 @@ const generate = { '--dataset', task.dataset, '--frame_sizes', '8', '2', '--n_rnn', '2', + '--epoch_limit', 1, '--sample_length', task.opt.sample_length || (44100 * 5), '--n_samples', task.opt.n_samples || 6, ] |
