diff options
Diffstat (limited to 'app/relay')
| -rw-r--r-- | app/relay/modules/pix2pix.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/relay/modules/pix2pix.js b/app/relay/modules/pix2pix.js index 1d1da4e..7c204dc 100644 --- a/app/relay/modules/pix2pix.js +++ b/app/relay/modules/pix2pix.js @@ -32,7 +32,7 @@ const fetch = { let tag = line.split(': ')[1].trim() task.dataset = tag // task.opt.filename = filename - console.log(">>>>>> created dataset", filename) + console.log(">>>>>> created dataset", tag) return { type: 'progress', action: 'resolve_dataset', task } } } |
