summaryrefslogtreecommitdiff
path: root/app/relay
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-09-07 15:28:16 +0200
committerJules Laplace <julescarbon@gmail.com>2018-09-07 15:28:16 +0200
commit31533c330e416c9d3d092291c11c10fa5f75d0fc (patch)
tree1e0ed7a08146b53e8d3acc800b4887e78e335bde /app/relay
parent1aa6ca7489cda50926532fcd82373e9b8b210e51 (diff)
deploy bundle
Diffstat (limited to 'app/relay')
-rw-r--r--app/relay/modules/pix2pixhd.js3
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,
]
},
}