diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:51:21 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-18 15:51:21 +0200 |
| commit | 77943b61e57f90b57e75a0a7f0d70795a01d123a (patch) | |
| tree | 8fb2647f2ceb929137912ee52bada50ecc02e591 /app/relay | |
| parent | d1d2347ae8b10da221662bd8e48da0cda72fe076 (diff) | |
img opz
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 4d8683d..f809648 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -96,7 +96,7 @@ const generate = { } const live = { type: 'pytorch', - script: 'live-mogrify.py', + script: 'live.py', params: (task) => { console.log(task) const opt = task.opt || {} @@ -106,7 +106,7 @@ const live = { '--checkpoint-name', task.checkpoint, '--experiment', task.checkpoint, '--name', task.checkpoint, - '--module_name', task.module, + '--module_name', 'pix2pixHD', '--sequence-name', task.dataset, '--recursive', '--recursive-frac', 0.1, '--sequence', '--sequence-frac', 0.3, |
