diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 11:11:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 11:11:04 +0200 |
| commit | ceb0ce2d658b7ecf10a092832d9d06f622762b4a (patch) | |
| tree | 19b61254858f4341030d2fdd92fb88bf452431a7 /app | |
| parent | ce31f21bc01941dc49f5c9376fa3fdb2abbab7d4 (diff) | |
deploy bundle
Diffstat (limited to 'app')
| -rw-r--r-- | app/client/modules/pix2pix/pix2pix.tasks.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/client/modules/pix2pix/pix2pix.tasks.js b/app/client/modules/pix2pix/pix2pix.tasks.js index 7bfc09f..8992237 100644 --- a/app/client/modules/pix2pix/pix2pix.tasks.js +++ b/app/client/modules/pix2pix/pix2pix.tasks.js @@ -26,6 +26,9 @@ export const live_task = (sequence, checkpoint) => dispatch => { activity: 'live', dataset: sequence, checkpoint, + opt: { + poll_delay: 0.2, + } } console.log(task) console.log('add live task') |
