diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-07 15:28:16 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-07 15:28:16 +0200 |
| commit | 31533c330e416c9d3d092291c11c10fa5f75d0fc (patch) | |
| tree | 1e0ed7a08146b53e8d3acc800b4887e78e335bde /app/relay/modules/pix2pixhd.js | |
| parent | 1aa6ca7489cda50926532fcd82373e9b8b210e51 (diff) | |
deploy bundle
Diffstat (limited to 'app/relay/modules/pix2pixhd.js')
| -rw-r--r-- | app/relay/modules/pix2pixhd.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/relay/modules/pix2pixhd.js b/app/relay/modules/pix2pixhd.js index 54f916d..7a8c7f4 100644 --- a/app/relay/modules/pix2pixhd.js +++ b/app/relay/modules/pix2pixhd.js @@ -141,8 +141,7 @@ const clear_recursive = { params: (task) => { const dataset = task.dataset.toLowerCase() return [ - '--name', dataset, - '--epoch', epoch, + '--dataset', dataset, ] }, } |
