diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:01:54 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-05 13:01:54 +0200 |
| commit | ead43de436c7e625a77b0103e70ba0100ad52f8e (patch) | |
| tree | 543cef85a1a5404df5040b5a054f21af2a73f5a9 /app/relay | |
| parent | a04432efe5f4f3a21d20e4411949c166f1e62f93 (diff) | |
seq name
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 250fdd9..54f916d 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -122,6 +122,7 @@ const augment = { '--results_dir', './recursive', '--module_name', task.module, '--name', dataset, + '--sequence-name', dataset, '--model', 'pix2pixHD', '--label_nc', 0, '--no_instance', '--augment-take', task.opt.augment_take, |
